mod_webapp and static content

2002-06-12 Thread Frans Stofberg
Hello How dose one make Tomcat serve the dynamic content while Apache the static content with mod_webapp Currently, if i'm not mistaken the default configuration for this makes Tomcat serve static and dynamic content if it cant be done why would one whant to use Apache AND Tomcat if Tomcat can

RE: mod_webapp and static content

2002-06-12 Thread Turner, John
better than Tomcat. John Turner [EMAIL PROTECTED] http://www.aas.com -Original Message- From: Frans Stofberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 4:45 AM To: Tomcat Users List Subject: mod_webapp and static content Hello How dose one make Tomcat serve the dynamic

RE: mod_webapp and static content

2002-06-12 Thread Stanish, Brian
: mod_webapp and static content From the tomcat 4.0.2 release notes: Currently, mod_webapp forwards *all* requests under the specified context path to Tomcat for processing. In a futher release, it will automatically configure itself to serve static resources from Apache *unless

RE: mod_webapp and static content

2002-06-12 Thread Alex Short
So if that is the case is there any way currently to have a static and dynamic content all under one directory path /www/Features index.jsp front.jpg /www/Products index.jsp product1.html product2.html I guess one solution would be to make a /jsp directory and place all jsp content into that,

RE: mod_webapp and static content

2002-06-12 Thread rsequeira
] cc: Subject:RE: mod_webapp and static content So if that is the case is there any way currently to have a static and dynamic content all under one directory path /www/Features index.jsp front.jpg /www/Products index.jsp product1.html product2.html I guess one solution would be to make a /jsp

Re: mod_webapp and static content

2002-06-12 Thread Nick Wesselman
mod_jk will allow you to do this. though it's a bit more complex to set up. Nick On Wednesday, June 12, 2002, at 01:58 PM, Alex Short wrote: So if that is the case is there any way currently to have a static and dynamic content all under one directory path /www/Features index.jsp