You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ca...@continentale.de on 2002/08/26 14:05:03 UTC

AW: apache-tomcat

Hi Tal,

never done it myself but here is a best practices
"Making Tomcat Work with Apache":

http://dcb.sun.com/practices/howtos/tomcat_apache.jsp

Hope that helps,
Carsten

-----Ursprüngliche Nachricht-----
Von: Adar Wesley [mailto:adar@mercury.co.il]
Gesendet: Montag, 26. August 2002 15:14
An: 'Tomcat Users List'
Betreff: apache-tomcat


Hi Group !

I have a tomcat connected to apache. I would like to use apache for static
content and tomcat for dynamic.
Any ideas how to do that ?
Any references ?


Tal Moshaiov
Log-On
talm@log-on.com

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: AW: apache-tomcat

Posted by Glenn Nielsen <gl...@mail.more.net>.
That article is for using mod_webapp as the connector between
Tomcat 4 and Apache.  I wouldn't necessarily consider that
a "best practice".  I have found mod_jk 1.2 a better solution
for my needs.

With mod_jk 1.2 I use the Apache mod_jk config directive JkAutoAlias.
This automatically maps Apache to serve static files for all web contexts.

Or you could do it individualu with yhe apache Alias directive.

The only docs I see for JkAutoAlias are in the jakarta-tomcat-connectors
CVS repository in file jk/doc/mod_jk-howto.html.

Regards,

Glenn

carsten.pieper@continentale.de wrote:
> Hi Tal,
> 
> never done it myself but here is a best practices
> "Making Tomcat Work with Apache":
> 
> http://dcb.sun.com/practices/howtos/tomcat_apache.jsp
> 
> Hope that helps,
> Carsten
> 
> -----Ursprüngliche Nachricht-----
> Von: Adar Wesley [mailto:adar@mercury.co.il]
> Gesendet: Montag, 26. August 2002 15:14
> An: 'Tomcat Users List'
> Betreff: apache-tomcat
> 
> 
> Hi Group !
> 
> I have a tomcat connected to apache. I would like to use apache for static
> content and tomcat for dynamic.
> Any ideas how to do that ?
> Any references ?
> 
> 
> Tal Moshaiov
> Log-On
> talm@log-on.com
> 
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <mailto:tomcat-user-help@jakarta.apache.org
> 




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>