Re: executing JSP with virtual hosts

2002-01-15 Thread David Smith
If the jsp source is showing, then the request is never going to Tomcat. Sounds to me like you have an alias in your httpd.conf to the directory of your app and Apache is serving out the files as static. Can you post the relevant parts of your httpd.conf? I'm specifically interested in seein

RE: executing JSP with virtual hosts

2002-01-14 Thread August Detlefsen
Right, in 3.2 with mod_jk there were these lines: JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 But the mod_webapp docs don't make any mention of them. Do I need to keep these in and have direct jsp requests handled through mod_jk? -August --- Brandon Cruz <[EMAIL PROTECTED]> wrote: > You p

RE: executing JSP with virtual hosts

2002-01-14 Thread Brandon Cruz
You probably are missing something in the config that sends *.jsp requests to tomcat, so apache is serving them itself. In your old 3.2 config, this would have been in your apache httpd.conf file. -Original Message- From: August Detlefsen [mailto:[EMAIL PROTECTED]] Sent: Monday, January