1.在MyEclips中配置WebLogic

1.1 配置Weblogic

WebLogic项目部署_xml

1.2 配置Weblogic与Tomcat相同

WebLogic项目部署_xml_02

1.3 项目部署到WebLogic中

WebLogic项目部署_xml_03
目前Weblogic版本仅仅支持J2EE5.0 因此要把web.xml中的配置文件改成2.5规范

<web-app version="2.5" 
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">

WebLogic项目部署_xml_04

1.4 启动WebLogic服务器

WebLogic项目部署_java_05

1.5访问项目

​http://192.168.221.1:7001/WeblogicTest/index.jsp​​​WebLogic项目部署_部署项目_06

2.手动部署项目

2.1在Web配置页面添加项目

WebLogic项目部署_java_07

2.2 在电脑中找到要部署的项目

WebLogic项目部署_部署项目_08
WebLogic项目部署_java_09
WebLogic项目部署_xml_10
WebLogic项目部署_java_11
WebLogic项目部署_xml_12

2.3 部署成功

WebLogic项目部署_部署项目_13

5.4 访问项目

WebLogic项目部署_部署项目_14