- 
        1. Re: Running web apps without a war filevinays Apr 1, 2003 11:27 AM (in response to catharine)Have u named yr webapp folder as mywebapp.war, note the .war ext is required even for exploded format deployments. 
 Once u do this, u shd be able to access it as:
 http://server:port/mywebapp/mypage.jsp
- 
        2. Re: Running web apps without a war filevinays Apr 1, 2003 11:27 AM (in response to catharine)Have u named yr webapp folder as mywebapp.war, note the .war ext is required even for exploded format deployments. 
 Once u do this, u shd be able to access it as:
 http://server:port/mywebapp/mypage.jsp
- 
        3. Re: Running web apps without a war filevinays Apr 1, 2003 11:28 AM (in response to catharine)Have u named yr webapp folder as mywebapp.war, note the .war ext is required even for exploded format deployments. 
 Once u do this, u shd be able to access it as:
 http://server:port/mywebapp/mypage.jsp
- 
        4. Re: Running web apps without a war filestanio Apr 1, 2003 1:10 PM (in response to catharine)I think you need to put jboss-web.xml descriptor in your WEB-INF directory which contain <context-root> element. Stg like: 
 <jboss-web>
 <context-root>myapp</context-root>
 </jboss-web>
- 
        5. Re: Running web apps without a war filecatharine Apr 2, 2003 11:07 AM (in response to catharine)Thanks for your help, this solved the problem. 
- 
        6. Re: Running web apps without a war filecatharine Apr 2, 2003 11:09 AM (in response to catharine)Sorry, I meant to say that naming the web app directory mywebapp.war solved the problem. I haven't added a context-root to the xml file because it seems to work OK without it. 
 Can anyone tell me if these issues are covered in the documentation somewhere because I couldn't find it anywhere.
 Thanks
 
     
    