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 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 14, 2002 4:22 PM > To: [EMAIL PROTECTED] > Subject: executing JSP with virtual hosts > > > I just upgraded from Tomcat 3.2 to Tomcat 4.0. Both were using Apache > and virtual hosts. > > I managed to install mod_webapp and forward requests for virtual > hosts > to tomcat, but the jsps are not being executed, instead the JSP > source > code is being sent directly to the browser. > > Anyone know what causes this? Is there some configuration issue I > missed? > > Thanks, > August > > __________________________________________________ > Do You Yahoo!? > Send FREE video emails in Yahoo! Mail! > http://promo.yahoo.com/videomail/ > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
