Hi,
 I have deployed my application at 
jboss-4.0.2\server\default\deploy\jbossweb-tomcat55.sar directory as 
testcache.war directory. I can access this application by 
http://localhost:8080/testcache 

This works succesfully.

Now, I want to access the application by this url:
http://localhost:8080/web/testcache

In tomcat 4.1 , I can do so by modifying the server.xml at Tomcat 4.1\conf 
directory, by adding the following lines

<Context path="/web/testcache" docBase="C:/TEMP/testcache" debug="0"
  |                  reloadable="true" crossContext="true">
  | 
  | </Context>


Can someone tell me how to do it in JBoss 4.0.2 ? 

 I have already tried the following: 
 a) adding the context entry in 
C:\jboss-4.0.2\server\default\deploy\jbossweb-tomcat55.sar\context.xml 
 
 b) adding the context entry to 
C:\jboss-4.0.2\server\default\deploy\jbossweb-tomcat55.sar\testcache.war\WEB-INF\web.xml

 Any help would be appreciated.

Thanks
M

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917157#3917157

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917157


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to