| Sunit Patke 2005-04-19, 6:16 pm |
| What exactly are you trying to achieve?
DirectoryIndex is an Apache directive that specifies the file to serve if a
directory is requested.
e.g. You access http://www.foo.com/mydocs
In this case you have requested directory mydocs. IHS (Apache) will look for
the file specified by this directive in the mydocs directory to serve.
In your case (if I understand this correctly) you are accessing
http://www.foo.com/myapp and you want index.jsp to be served. Here myapp is
your web application's context root. In this case IHS does not process this
as this is part of WAS.
I believe you have to configure your webapp in AAT or something like
WSAD/RADS to do this.
Sunit
<tgerber@fnni.com> wrote in message
news:1355102909.1113919162246.JavaMail.wassrvr@ltsgwas007.sby.ibm.com...
> Has anyone gotten this to work???
|