Configuring the WebLogic server of MyECLIPSE

xiaoxiao2021-03-06  87

Configuring the WEBLOGIC server MyEClipse's WEBLOGIC server MYECLIPSE for JBoss3, here we use WebLogic8.1. Start Eclipse, select the Window / Preferences menu, open the Preferences dialog. Expand the Application Servers node under MyEclipse, click JBoss 3, select the Disable radio button on the right, deactivate JBoss 3. Then click on WebLogic 8, select the Enable radio button to enable the WebLogic server. Simultaneous configurations are as follows: (1) BEA Home Directory: D: / BEA. Assume that WebLogic is installed in the D: / BEA folder. (2) WebLogic Installation Directory: D: / bea / weblogic81. (3) Admin UserName: User. (4) admin Password: 12345678. (5) Execution Domain root: D: / bea / user_projects / dev. (6) Execution Domain Name: DEV. (7) Execution Server name: admin. (8) Hostname: PortNumber: Localhost: 7001. (9) Security Policy File: D: /bea/weblogic81/server/lib/weblogic.policy. (10) Jaas login configuration file: omitted. Then expand the WebLogic 8 node, click JDK, select the default JDK for WebLogic 8 at the WLS JDK Name on the right. This combination box is default to J2RE1.4.2_03, which is the JRE that is previously installed. Click the Add button to pop up the WebLogic> Add JVM dialog box, enter one name at the JRE name, such as JRE1.4.1_02. Then select the JDK folder in the WebLogic installation folder at the JRE home directory, such as D: / BEA / JDK141_02, the program automatically populates the Javadoc URL text box and the JRE system library list box. Click the OK button to close the dialog. At this time, you can choose JRE1.4.1_02 in the WLS JDK Name Combination box. After which they In the following Optional Java VM arguments, such as -ms64m -mx64m -Djava.library.path = "D: / BEA / weblogic81 / server / bin" -Dweblogic.management.discover = false -Dweblogic.ProductionModeEnabled = false final Click Paths, in the Prepend to ClassPath list box, add D: /BebLogic81/server/lib/weblogic81/server/lib/webservices.jar through the Add Jar / Zip button. . If you use the database, you also need to add the database's drive class library. Here we use the SQL Server database drive library D: /bea/weblogic81/server/lib/msqlogic81/server/lib/mssqlserver4v65.jar with WebLogic SQL Server Database. At this point, the configuration of WebLogic8 in myECLIPSE is completed.

转载请注明原文地址:https://www.9cbs.com/read-101208.html

New Post(0)