`
linuxstuding
  • 浏览: 1227407 次
文章分类
社区版块
存档分类
最新评论

MyEclipse下配置WebLogic10(转)

 
阅读更多

MyEclipse下配置WebLogic10(转)

安装 WebLogic 比较容易,在这里就不再累述了,大家可以参阅相关文档。现在着重讲一下 WebLogic 的配置,因为后面在配置 MyEclipse 时将用到这里的配置信息。

①运行开始 -> 程序 -> BEA Products -> Tools -> Configuration Wizard。
②选择 Create a new WebLogic domain,Next。
③在 Select Domain Source 界面保持默认,Next。
④在 User name 处输入 user,两个 password 都输入 12345678(密码要求 8 位),Next。
⑤ 在 Configure Server Start Mode and JDK 界面中保持默认,即 JDK 选择的是“Sun SDK 1.5.0_04 @ C:/BEA/jdk150_04”,注意这里若选择“Other JDK”配置比 SDK 1.5.0_04 更高的版本,服务器启动时将会出现异常,所以最好保持默认,然后 Next。
⑥在 Customize Environment and Services Settings 界面中默认为 No,Next。
⑦在 Domain name 处输入 mydomain,点击 Create。
⑧完成后点击 Done 关闭 Configuration Wizard 对话框。
⑨ 运行开始 -> 程序 -> BEA Products -> User Projects -> mydomain -> Start Admin Server for Weblogic Server Domain,检查服务器是否启动成功。

配置 MyEclipse 的 WebLogic 10 服务器

启 动 Eclipse,选择“Window -> Preferences”菜单,打开首选项对话框。展开 MyEclipse 下的 Application Servers 节点,点击 WebLogic 10,选中右边的 Enable 单选按钮,启用 WebLogic 服务器。配置如下:
①BEA home directory:C:/BEA(假定 WebLogic 安装在 C:/BEA 目录中)
②WebLogic installation directory:C:/BEA/WebLogic10
③Admin username:user(来自 WebLogic 中的配置)
④Admin password:12345678(来自 WebLogic 中的配置)
⑤Execution domain root:C:/BEA/user_projects/domains/mydomain
⑥Execution server name:AdminServer
⑦Security policy file:C:/BEA/WebLogic10/server/lib/weblogic.policy
⑧JAAS login configuration file:(Null)

接着展开 WebLogic 10 节点,点击 JDK,在右边的 WLS JDK name 处选择 WebLogic 10 的默认 JDK。这里组合框中缺省为单独安装的 JRE。单击 Add 按钮,弹出 WebLogic -> Add JVM 对话框,在 JRE 主目录处选择 WebLogic 安装文件夹中的 JDK 文件夹,我的版本为 C:/BEA/jdk150_04,程序会自动填充其他选项。单击确定按钮关闭对话框。这时候就可以在 WLS JDK name 组合框中选择 jdk150_04 了。

至此,MyEclipse 中 WebLogic 10 的配置工作就算完成了。下面可以看看在 Eclipse 中能否启动 WebLogic 服务器了?安装了 MyEclipse 之后,Eclipse 工具栏中就会有一个“Run/Stop/Restart MyEclipse Application Servers”下拉按钮。点击该按钮的下拉部分,选择“WebLogic 10-> Start”菜单,即开始启动 WebLogic 了。通过查看控制台的消息,就可以检查启动是否成功,或发生什么异常。

补充配置

点击 Paths,在右边的 Prepend to classpath 列表框中,通过 Add JAR/ZIP 按钮,加入:
C:/BEA/wlserver_10.0/server/lib/weblogic.jar
C:/BEA/wlserver_10.0/server/lib/webservices.jar
如果要用到数据库,还需要把数据库的驱动类库添加进来,这里我们用 WebLogic 自带的 SQL Server 数据库驱动类库:
C:/BEA/wlserver_10.0/server/lib/mssqlserver4v65.jar


如果在Run Weblogic Server时出现:
Unable to start WebLogic Server!
Error: license signature validation error.
Please make sure you have a valid license.bea
file in the BEA home directory associated with this
installation. For more information about the license.bea
file, see the installation guide for the version of the
software you are using at http://e-docs.bea.com.
>

只需要在Eclipse里面的weblogic启动classpath加上那个破解包就可以了。操作如下:
启 动 MyEclipse,选择“Window -> Preferences”菜单,打开首选项对话框。展开 WebLogic 10 节点,点击 Paths,在右边的 Prepend to classpath 列表框中,通过 Add JAR/ZIP 按钮,加入:
C:/BEA/wlserver_10.0/server/lib/weblogic_sp.jar
(注:我的这个破解包放在这个位置,你的如果不是就选其它路径,也有的文件是weblogic_crack.jar)

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics