How to configure multiple context path for a webapps

2006-12-08 Thread Stanley Yue
Hi all: I have one webapps named webapp1, with context path /webapp1. This webapps has one servlet with name TestServlet. I want to be able to access this servlet through the following urls: http://host/webapp1/TestServlet, and http://host/r/TestServlet Is it possible to configure webapp1 to

Server side forward across different webapps?

2006-12-06 Thread Stanley Yue
Hi all: I have two webapps running in the same tomcat process. I want to have one webapps perform a server-side forward to a servlet in the second webapps? Is this possible? If not, what are some of the workarounds? Thanks, Stanley