Search Results

1
vote

How to change URL for web app?

Have you tried to configure the context-root? WEB-INF/jboss-web.xml: <jboss-web> <context-root>/support/myWebApp</context-root> </jboss-web> …