Weblogic 9.2 installation (Install Setup) installation configuration steps
Advertisements
WebLogic installation easier, no matter how tired out here, and we can see the related document. Now focus on talk about the WebLogic configuration, because the back will be used in the configuration MyEclipse configuration information here.
① Run Start -> programs -> BEA Products -> Tools -> Configuration Wizard.
② Select Create a new WebLogic domain, Next.
③ In the Select Domain Source interface to keep the default, Next.
④ In the User name, enter the user, the two password are entered 12345678 (password required 8-bit), Next.
⑤ In the Configure Server Start Mode and JDK interface to keep the default, select the JDK is "Sun SDK 1.5.0_04 @ C: \ BEA \ jdk150_04", pay attention here, if you choose "Other JDK" configuration higher than SDK 1.5.0_04 version, the server starts, there will be exceptions, so it is best to keep the default, and then Next.
⑥ In the Customize Environment and Services Settings interface default to No, Next.
⑦ In the Domain name, enter mydomain, click Create.
⑧ close after the completion of Configuration Wizard dialog box, click Done.
⑨ running start -> programs -> BEA Products -> User Projects -> mydomain -> Start Admin Server for Weblogic Server Domain, check the server is started successfully.
2, configure the WebLogic 9 Server start MyEclipse Eclipse, select "Window -> Preferences" menu, open the Preferences dialog box. Expand Application Servers node under MyEclipse, click on WebLogic 9, select the Enable radio button to the right, enable the WebLogic server. Configuration is as follows:
① BEA home directory: C: \ BEA (assuming WebLogic installed in C: \ BEA directory)
② WebLogic installation directory: C: \ BEA \ WebLogic92
③ Admin username: user (from WebLogic's configuration)
④ Admin password: 12345678 (from WebLogic's configuration)
⑤ Execution domain root: C: \ BEA \ user_projects \ domains \ mydomain
⑥ Execution server name: AdminServer
⑦ Security policy file: C: \ BEA \ WebLogic92 \ server \ lib \ weblogic.policy
⑧ JAAS login configuration file: (Null)
Then start WebLogic 9 node, click the JDK, in the right WLS JDK name and select the WebLogic 9's default JDK. Here the default combo box as a separate installation of JRE. Click the Add button to bring up the WebLogic -> Add JVM dialog box, select the JRE home directory Department WebLogic JDK installation folder in the folder, my version is C: \ BEA \ jdk150_04, program will automatically fill other options. Click the OK button to close the dialog box. This time can be in the WLS JDK name of the combo box selection jdk150_04.
Thus, MyEclipse configuration in WebLogic 9 even if the work completed. Here you can see Eclipse the WebLogic Server can start up? After installing the MyEclipse, Eclipse tool bar will have a "Run / Stop / Restart MyEclipse Application Servers" drop-down button. Click the button drop-down section, select "WebLogic 9 -> Start" menu, which started a WebLogic. By looking at the console messages, you can check the success of start, or what unusual.
3, additional configuration click the Paths, in the right Prepend to classpath list box, through the Add JAR / ZIP button, adding:
C: \ BEA \ WebLogic81 \ server \ lib \ weblogic.jar
C: \ BEA \ WebLogic81 \ server \ lib \ webservices.jar
If you use the database, the database also need to add the driver library in, here we use the WebLogic native SQL Server database-driven library:
C: \ BEA \ WebLogic81 \ server \ lib \ mssqlserver4v65.jar
Start on the common problems The WebLogic Server did not start up properly. Java.io.InvalidClassException unusual tips and problem is usually caused because the JDK poor choice, in the MyEclipse configuration options and configuration of WebLogic JDK should be selected when the same JDK. When you select the default JDK, they can be configured in MyEclipse BEA's jrockit90_150_04 the JDK.
5, deployment, and install the application
weblogic9.2 the left are: "Install Enterprise Application" document.
Steps: "Lock and Edit" - "deployment" - "install" - "install the application assistant" - "Next" - "Install this deployment as an application" - and so on and so on.
Related Posts of Weblogic 9.2 installation (Install Setup) installation configuration steps
-
autotest, make your test automation RSpec (b) [windows]
Following Part <<autotest, Let your rspec test automation >> We are the RSpec implementation of automated testing, but always want to open a dos shell look at the recent test results are also too cumbersome. Well, let us to achieve automated t
-
About rails install mysql driver error problem
My local wamp server using one of the key package, only used mysql functions, today in the use of rake db: migrate when First reported a month can not be implemented, the next inquiry and found no mysql installed a gem, to install gem install mysql i ...
-
In the Linux platform to install and configure Ruby on Rails Detailed
ruby on rails recommend the production environment is running Linux / FreeBSD / Unix, or Unix family of operating systems, using lighttpd + FCGI solution. The following will be my Linux operating system, lighttpd + FCGI, MySQL database as an example, comp
-
Hibernate easy extract
Simple terms the following excerpt from hibernate: DAO mode, the database access layer implementation is hidden to the Data Accessor, the front said, DAO mode are in fact a combination of two modes, namely Data Accessor and domain Object mode. What i ...
-
Rails source code analysis (1): RailsFCGIHandler
In accordance with the sequence starting from the beginning CGI Ruby CGI Doc: The Common Gateway Interface ( CGI ) Is a simple protocol for passing an HTTP request from a web server to a standalone program, and returning the output to the web browser ...
-
WEB test summary (architecture, design) the best part
1, for a total test architecture 1) thin-client, business logic rules in the server-side implementation of the majority. Such as news sites, portals, information websites. 2) fat client, a high security requirements, frequent interaction, complex bus ...
-
Software Performance
1.1 Software Performance In general, the performance is an indicator that the software system or component to its timeliness requirements in line with the level; followed by software performance, are an indicator can be used to measure time. Performa ...
-
Answer: After 2.2 upgrade mysql question-driven
windows installed after the mysql gem error, error is approximately: ArgumentError (NULL pointer given): (eval): 3: in `each_hash ' (eval): 3: in `all_hashes' This is feeling under the windows of the question if the mysql gem version libmysql ...
-
What is the appfuse
First, Appfuse brief introduction Matt Raible are Appfuse developed a guiding entry-level J2EE framework, how to integrate its popular Spring, Hibernate, ibatis, struts, Xdcolet, junit, etc. give the basic framework of the model, the latest version 1.7 is












