简单的部署应用。第一种方法是直接写JSP代码,然后放到指定的WAR文件夹中。第二种,是同时META-INF下的application.xml文件,然后用JAR
-CF编成WAR,再集合JSP形成EAR文件,将这个EAR文件直接放到DEPLOY中即可。Hello,JSPweb-app.war/hell...
分类:
其他好文 时间:
2014-06-03 12:18:31
阅读次数:
321
这篇文章,主要是技术上的整理,用来mark一下,用的时候参考。
一、新建项目
新建一个空的Maven Project项目
二、放入依赖
注:ear部署时如果里面有entity,会发生错误,所以不要把entity放到依赖项中,部署的时候先部实体,然后再部ear。
将需要打入EAR中的jar、war以dependencies-d...
分类:
其他好文 时间:
2014-05-21 07:45:05
阅读次数:
433
伤感的restart ear nullpointexception in weblogic...
分类:
Web程序 时间:
2014-05-11 12:59:52
阅读次数:
591
执行以下命令创建项目骨架:
mvn archetype:generate -DarchetypeGroupId=org.jboss.spec.archetypes -DarchetypeArtifactId=jboss-javaee6-webapp-ear-archetype -DarchetypeVersion=7.1.1.Final -DgroupId={你的groupId} -Dartif...
分类:
Web程序 时间:
2014-05-07 12:42:16
阅读次数:
450