[jboss-user] [Beginners Corner] - Re: How to deploy a war file with different contextpath from

PeterJ do-not-reply at jboss.com
Tue Aug 29 17:56:34 EDT 2006


Add a ./WEB-INF/jboss-web.xml  file, containing the following text,  to the war file:

<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
   <context-root>/second</context-root>
</jboss-web>


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968240#3968240

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968240



More information about the jboss-user mailing list