1、在 MyEclipse中配置 webLogic服务器1、配置 MyEclipse的 WebLogic服务器 (1)点击 WebLogic 8,选中右边的 Enable单选按钮,启用 WebLogic服务器同时下面的配置如下: (1)BEA home directory:D:BEA。假定 WebLogic安装在 D:BEA文件夹中。 (2)WebLogic installation directory:D:BEAweblogic81。 (3)Admin username:user。 (4)Admin password:12345678。 (5)Execution domain root:D:BE
2、Auser_projectsdev。 (6)Execution domain name:dev。 (7)Execution server name:admin。 (8)Hostname:PortNumber:localhost:7001。 (9)Security policy file:D:BEAweblogic81serverlibweblogic.policy。 (10)JAAS login configuration file:省略。 (2)接着展开 WebLogic 8结点,点击 JDK在右边的 WLS JDK name处选择 WebLogic 8的默认 JDK。这里组合框中缺省为 j
3、2re1.4.2_03,即之前单独安装的 jre。单击 Add按钮,弹出 WebLogic Add JVM对话框,在 JRE名称处随便输入一个名字,如jre1.4.1_02。然后在 JRE主目录处选择 WebLogic安装文件夹中的 JDK文件夹,如 D:BEAjdk141_02,程序会自动填充 Javadoc URL文本框和 JRE系统库列表框。单击确定按钮关闭对话框。这时候就可以在 WLS JDK name组合框中选择 jre1.4.1_02了。之后还要在下面的 Optional Java VM arguments,如-ms64m -mx64m -Djava.library.path=“D
4、:/BEA/weblogic81/server/bin“ -Dweblogic.management.discover=false -Dweblogic.ProductionModeEnabled=false (3)最后点击 Paths在右边的 Prepend to classpath列表框中,通过 Add JAR/ZIP按钮,加入D:BEAweblogic81serverlibweblogic.jar、D:BEAweblogic81serverlibwebservices.jar。如果用到数据库,还需把数据库的驱动类库加进来,这里我们用 WebLogic自带的 SQL Server数据库驱动
5、库 D:BEAweblogic81serverlibmssqlserver4v65.jar。 Property Default Value Required DescriptionPrepend to classpath No Browse to and select the JAR and ZIP archives and the class directories you wish to have added to the beginning of the server connector JVMs classpath. Additions will be loaded by the Ja
6、va VM before the web-server core classes.Append to classpath No Browse to and select the JAR and ZIP archives and the class directories you wish to have added to the end of the server connector JVMs classpath. Additions will be loaded by the Java VM after the web-server core classes.Append to librar
7、y pathNo Browse to and select the platform-specific native libraries to be appended to the java.library.path. (4)至此,MyEclipse 中 WebLogic8的配置工作就算完成了。2、在 Eclipse中启动 WebLogic下面可以看看在 Eclipse中能否启动 WebLogic了?自从安装了 MyEclipse之后,Eclipse 工具栏中就会有一个 Run/Stop Servers下拉按钮。点击该按钮的下拉部分,选择“WebLogic 8Start”菜单,即开始启动 WebLogic了。通过查看下面的控制台消息,就可以知道启动是否成功,或有什么异常发生。停止 WebLogic可选择“WebLogicStop”菜单。