This content has been marked as final.
Show 3 replies
-
1. Re: setting a web application default for application / web
nilsflemstrom Apr 25, 2003 2:44 AM (in response to binoj_v)I have problem with this too ... anyone?
-
2. Re: setting a web application default for application / web
nilsflemstrom Apr 26, 2003 11:40 AM (in response to binoj_v)I solved the problem. Insert the following in jboss-web.xml:
<context-root>/</context-root> -
3. Re: setting a web application default for application / web
snair33 May 6, 2006 1:32 PM (in response to binoj_v)There is an easier short cut to solve this
JBoss displays the following file by default
default/deploy/jbossweb-tomcat55.sar/ROOT.war/index.html
--
open this file and a small javascript to redirect to the path you want to display by default
Here is a sample
window.location.href = "/myApp/login.jsp";