Hi, > -----Original Message----- > From: Blaine Berger [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 18, 2002 8:22 PM > To: Tomcat Users List > Subject: Re: running *.jsp at DocumentRoot of Apache > > > Are you saying that running *.jsp in the DocumentRoot of Apache isn't > allowed by spec. or that WebAppDeploy doesn't support it? > > I'm just trying to understand how to duplicate a previously functioning > server by using WebAppDeploy. >
I mean that Apache has his DocumentRoot for documents served by itself. Apache cant and shouldn't process .jsp, that's what Tomcat should and can do. So Apache needs to be properly configured to delegate those requests to Tomcat. I'm not familiar with Apache configs (I'm developer, not sysadmin) but basic idea is you need to map some requests (those for .jsp) to Tomcat ROOT web application. I didn't do that, but I believe it should be done this way. I'm sorry I cant give you ready-to-go solution, maybe I shouldn't have answered it at all without personal experience... I still really hope it helps. Anton. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
