This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Context in Jbossvinays Dec 20, 2002 10:58 AM (in response to vguerra)do u mean that u want to access yr web app as http://my.machine.com:8080/ 
 If so , u wd need to create a file jboss-web.xml under yr web-inf directory and add the following:
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE jboss-web
 PUBLIC "-//JBoss//DTD Web Application 2.3//EN"
 "http://www.jboss.org/j2ee/dtds/jboss-web_3_0.dtd">
 <jboss-web>
 <context-root>/</context-root>
 </jboss-web>
 Hope this helps.
 cheers...
 
    