1、首先从jbossweb-tomcat55.sar中去掉root.war;
2、修改jboss-portal.sar/portal-server.war/web-inf/jboss-web.xml文件将其中:
<context-root>/portal</context-root>
修改为:
<context-root>/</context-root>
3、ok;
本文介绍如何在JBoss应用服务器中配置门户应用,包括移除默认的root.war文件及修改context-root设置。
1、首先从jbossweb-tomcat55.sar中去掉root.war;
2、修改jboss-portal.sar/portal-server.war/web-inf/jboss-web.xml文件将其中:
<context-root>/portal</context-root>
修改为:
<context-root>/</context-root>
3、ok;

被折叠的 条评论
为什么被折叠?