打开myEclipse,单击服务器下拉菜单,选择Configure Server。单击Servers找到weblogic,选择电脑上安装的版本。
在右边的界面上出现很多需要选择路径的文本框,单击第一个浏览按钮,选择安装weblogic的路径
C:\Oracle\Middleware
此时你会发现,下面的很多文本输入框已经自动选择了对应的路径。
输入用户名和密码,默认的用户名/密码一般是weblogic/weblogic
选择部署好的domain
C:\Oracle\Middleware\user_projects\domains\base0815_domain
如果出现:
D:\config\config.xml not found
No config.xml was found.
Would you like the server to create a default configuration and boot? (y/n):
需要重新部署domain。
勾选最上面的Enable,选择OK。
新建一个web project,单击右键Run As -->MyEclipse Server Application,此时可以看到系统自带的Tomcat和刚刚配置好的WebLogic
选择webLogic单击OK按钮
如果运行不报异常,说明运行成功了。
此时打开浏览器,输入http://localhost:7001/yrpro/index.jsp就可以看到index.jsp的内容了。