准备war包
初始ear包位置
/app/WebSphere/AppServer/profiles/AppSrv01/config/cells/CNxxxxxxx/applications/xxx.ear
一般在config下面application里有初始的ear包
部署完应用后会生成WETA-INF和war文件
配置后的war包位置
/app/mapadmin/xxxx.ear/xxxxx.war
或/app/WebSphere/AppServer/profiles/AppSrv01/installedApps/CNxxxxxxxx/xxx.ear/xxx.war
用以前配置好的war包覆盖一下
创建服务器类型>Websphere application server
这个很简单,下一步下一步完成
创建应用程序
选择【应用程序】>【应用程序类型】>【webSphere企业应用程序】
点击“安装”,新建应用程序,选择那个文件ear
下一步下一步完成就行
装完之后会在installedApps里面的application里面生成一个WETA-INF和war文件
Websphere-JDBC提供程序配置
【资源】-【JDBC】-【JDBC提供程序】中选择【新建】
完成
新建数据源
填写数据源名称和JNDI名称
选择JDBC提供程序为刚刚建立的”Oracle JDBC Driver”
完成