If you have apache on port 80 - then you'll want tomcat listening on a high port. Then you can use jk (or other) to proxy/forward/whatever requests from apache to tomcat. Tomcat can run as any normal user.

For more information about connecting apache to tomcat:
http://jakarta.apache.org/tomcat/faq/connectors.html

-Tim

Michele Neylon :: Blacknight Solutions wrote:
In addition to the other suggestions, you might want to try
jakarta-commons-sandbox/daemon.  It allows Tomcat to bind to port 80,
and then changes it to the non-privileged user that you specify (before
it actually starts serving requests).


How would that work if Apache is already on port 80 (possible dumb question)



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



Reply via email to