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 To

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 To

RE: tomcat behind tomcat

2007-02-12 Thread Peter Crowther
> From: siddharth karandikar [mailto:[EMAIL PROTECTED] > Yeah, Apache is always there to help. But I am trying to find out if > there is any easy but well tested and stable :) way with tomcat > itself. Just trying to avoid one more program installation on client's > overloaded server. I assume yo

Re: tomcat behind tomcat

2007-02-12 Thread siddharth karandikar
Yeah, Apache is always there to help. But I am trying to find out if there is any easy but well tested and stable :) way with tomcat itself. Just trying to avoid one more program installation on client's overloaded server. On 2/12/07, Peter Crowther <[EMAIL PROTECTED]> wrote: > From: siddharth k

RE: tomcat behind tomcat

2007-02-12 Thread Peter Crowther
> From: siddharth karandikar [mailto:[EMAIL PROTECTED] > What I see is ... HTTPS is still in TODO list and author himself > agrees that there hasn't been enough testing done. Ah. If in your original message you said "possibility to run" when you meant "solid, documented, tested system to run"...

Re: tomcat behind tomcat

2007-02-12 Thread siddharth karandikar
j2ep seems to be small but useful package. What I see is ... HTTPS is still in TODO list and author himself agrees that there hasn't been enough testing done. On 2/12/07, Tim Funk <[EMAIL PROTECTED]> wrote: This may do the trick: http://j2ep.sourceforge.net/ -Tim siddharth karandikar wrote:

Re: tomcat behind tomcat

2007-02-12 Thread Tim Funk
This may do the trick: http://j2ep.sourceforge.net/ -Tim siddharth karandikar wrote: Hi Everyone ! As Tomcat can also be used as normal HTTP server, is there a possibility to run a Tomcat behind another Tomcat? What exactly I am trying to do is, http://localhost:8080/console/* should fetch

Re: tomcat behind tomcat

2007-02-12 Thread Gaurav Kushwaha
Not sure about this but you can probably use Apache Web Server to do the job of first Tomcat. Or maybe you can use some port forwarding mechanism. Gaurav Singh Kushwaha http://www.chakpak.com Ph: +91-9880110695 Bangalore, India. On 2/12/07, siddharth karandikar <[EMAIL PROTECTED]> wrote: Hi Ev