1. use mod_rewrite, and rewrite / to /index.jsp
2. use index.html with a META REFRESH of zero to index.jsp
3. send everything to Tomcat, ("/*") and use <welcome-file> in web.xml
4. probably others, like writing a Filter
In short, putting index.jsp on the DirectoryIndex line has no effect. You
might be able to play with the module load order so that mod_dir (or
whatever its called) was loaded before mod_jk, but I don't if anyone has
done that or if it would work.
John
> -----Original Message-----
> From: Sven Köhler [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 28, 2003 2:20 PM
> To: [EMAIL PROTECTED]
> Subject: mod_jk & apache's DirectoryIndex directive
>
>
> hi,
>
> i wanted to use something like
> DirectoryIndex index.html index.htm index.jsp
> but that didn't work.
> i also used
> JkAutoAlias <webb-app-dir>
>
> I'm now using
> JkOptions +ForwardDirectories
> but i'm not that glad it.
>
> any ideas?
>
> Thx
> Sven
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>