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: > F

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 karan

tomcat behind tomcat

2007-02-12 Thread siddharth karandikar
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 response from http://localhost:9090/console/* I saw the balancer app that comes with Tom