As far as I know this does not work.  It didn't work for me, and this
subject has come up quite a bit in the past couple of months.  Adding a
DirectoryIndex line was the first thing I tried.

John


> -----Original Message-----
> From: shawn [mailto:shawn@;wnsi.net]
> Sent: Wednesday, November 13, 2002 4:23 PM
> To: Tomcat Users List
> Subject: Re: Apache Index page jsp and sessionid with JKMount *.jsp
> 
> 
> Use mod_dir in Apache.  It is standard.
> 
> add this directive in you apache conf 
> DirectoryIndex index.jsp index.php index.html index.htm 
> 
> options are listed in order of preference.
> the directive can go in the main conf or in a Vitual Host Container.
> See the apache docs for more detail.
> http://httpd.apache.org/docs-2.0/mod/mod_dir.html#directoryindex
> 
> 
> On Wednesday 13 November 2002 01:56 pm, Turner, John wrote:
> > That's pretty much the solution...this has come up before.
> >
> > By the time JK gets involved, Apache is just about done 
> with the URL...it
> > doesn't perform any rewriting, etc. it's just looking for a match.
> >
> > The elegant solution is probably using mod_rewrite to 
> rewrite requests
> > ending in "/" to "/index.jsp".
> >
> > John
> >
> > > -----Original Message-----
> > > From: Chad Cannell [mailto:ccannell@;elogex.com]
> > > Sent: Wednesday, November 13, 2002 3:45 PM
> > > To: Tomcat Users List
> > > Subject: Apache Index page jsp and sessionid with JKMount *.jsp
> > >
> > >
> > > I am trying to set Apache's index file to index.jsp. It is
> > > not working.
> > >
> > > I am using JKmount *.jsp for the dynamic stuff, so for what
> > > ever reason,
> > > Apache won't server this as the point of entry to our site.
> > >
> > > We currently use an index.html page to redirect to 
> index.jsp, but want
> > > to get rid of that.
> > >
> > > Any ideas?
> > >
> > > Using Apache 2.0, ajp13. Tomcat 3.2x
> > >
> > > Chad
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> > > For additional commands, e-mail:
> > > <mailto:tomcat-user-help@;jakarta.apache.org>
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to