Question : getting more than one tomcat webapp to work in a subdirectory of ranother one

Hi,

I would like to have the following setup

/home/webadmin/teska.net/html/WEB-INF/
/home/webadmin/teska.net/html/sandbox1/WEB-INF/
/home/webadmin/teska.net/html/sandbox2/WEB-INF/

Below I've attached the information from the server.xml file for getting Java/JSP to work on /home/webadmin/teska.net/html/WEB-INF/

I need to know how to make the entries of
/home/webadmin/teska.net/html/sandbox1/WEB-INF/
/home/webadmin/teska.net/html/sandbox2/WEB-INF/
in the server.xml file to get them to work as separate webapps.

Thanks,
Courtenay
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
segment of server.xml that implements Java/JSP for  /home/webadmin/teska.net/html/WEB-INF/    
 
 
      		www.teska.net 
      		teska.virtual.vps-host.net 
      		 
      		 
      

Answer : getting more than one tomcat webapp to work in a subdirectory of ranother one


                  www.teska.nets>
                  teska.virtual.vps-host.netlias>
                  


                  
     


Should do it.
You will need to restart tomcat after this change..
Also I am not too sure about  path="/sandbox1" or  path="sandbox1".

But one of these two will work......:-)
Random Solutions  
 
programming4us programming4us