- 论坛徽章:
- 0
|
谁会用jboss???(问题已解决!!!)
Deploying a war to context '/'
Deploying a webapp called foo.war will result in it being deployed at context /foo. To
deploy it instead to the root context, choose one of the following mechanisms:
0.The standard J2EE way: wrap your .war in an .ear and in the .ear's METAINF/
application.xml you can specify the required context.
1.The proprietary JBoss extension: put a jboss-web.xml into your .war's WEB-INF
directory and specify the context root in that.
2.Tomcat style: call the file ROOT.war and deploy it. |
|