Re: tomcat behind tomcat

2007-02-12 Thread Iratxe Etxebarria
You can use an apache server on front-end, using ajp to send requests to these two tomcats. Use Jkmount /console/* to send requests for the tomcat listening on 9090, and other requests are sent to the principal tomcat. Iratxe Etxebarria siddharth karandikar escribió: Hi Everyone ! As

Re: tomcat behind tomcat

2007-02-12 Thread Iratxe Etxebarria
You can use an apache server on front-end, using ajp to send requests to these two tomcats. Use Jkmount /console/* to send requests for the tomcat listening on 9090, and other requests are sent to the principal tomcat. Iratxe Etxebarria siddharth karandikar escribió: Hi Everyone ! As