We also use this setup so that we can run multiple instances of Tomcat behind one Apache server - we just setup different virtual hosts in Apache. I agree that Apache isn't doing much in this case, but it is helping us...
Matt > -----Original Message----- > From: Pascal Forget [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 8:54 AM > To: Tomcat Users List > Subject: Re: Apache to JKMount everything > > > Lajos wrote: > > > You can do: > > > > JkMount /* ajp13 > > JkMount /*.jsp ajp13 > > > > where "ajp13" refers to the worker name in > workers.properties. But if > > you are doing that, why use Apache? > > Because Apache may startup as root (because of port 80 or 443) while > tomcat runs as nobody > > Pascal > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
