Hi All,
I am facing a problem with JBoss ver 3.2.2. I know this is not the forum to address 
this issue but in the hope that some one can help me I am posting it here.
My application is a struts based web application which I have been developing on my 
local system.The application server is JBoss ver3.2.2 .
I am trying to set the default context path to my application.I want my application's 
home page to be shown when I type the URL :http://localhost:8080.

I have added Jboss-web.xml file in my application's web-inf directory with the 
following lines of code in it:

<jboss-web>
 <web-uri>myapp.war</web-uri>
 <context-root>/</context-root>
</jboss-web>

but I could not see my homepage coming up when I hit the URL as mentioned above.
Please help me in settting up the context path.

Thanks a tonne in advance

Regards,
Ravi Krishna

Reply via email to