Hi,
It's pretty common to have configuration like one Apache + multiple Tomcats
for the purpose of separating JVMs for webapps / webapp sets. Would it be
possible to set up one Tomcat to forward all requests to a specific
webapp/vhost to another Tomcat so the second Tomcat could be restarted
without affecting other webapps/vhosts? Sort of semi-separated dev./prod.
configuration. Tomcat 4.0, JDK 1.4, possible incompatibility with other
jsp/servlet enabled servers is not an issue. I'm guessing it's possible or
even trivial with a servlet or valve on "master" Tomcat, but there could be
a number of problems with implementing "slave" connector. It would be easy
to just tunnel HTTP requests once "host: " header is known, but here's the
first problem - request.getRemoteAddr would return "master" Tomcat's IP. Any
suggestions/hints?

Greetings,
     deacon Marcus

~~~~~
HELP STARVING JAVA PROGRAMMER: If you need cheap and reliable JSP hosting,
please contact [EMAIL PROTECTED] (from 12$/m for 50mb WWW + 20mb mail)


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to