The url's for these resources must be outside the path of the webaplication. (So if you mapped / to a default context all request are handled through mod_webapp)
If you can't change this you might switch to mod_jk. With mod_jk you can specify patterns like *.jsp that should be handled through tomcat, any other request is handled by apache. > -----Urspr�ngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 8. Juli 2002 11:55 > An: Tomcat Users List > Betreff: Tomcat, Webapp and PHP > > Hi, I'm using Apache 1.3.26 + Tomcat 4.0.3 through mod_webapp. > My problem start when someone try to use php or other > server_side_NON_jsp/server parsed file. > Tomcat do not parse the contents and instead of load the page it ask > to be downloaded. > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
