Hi all,

I'm running Apache 2.0.44, Tomcat 4.1.18 and mod_jk 1.2.1-b1

in httpd.conf I have:
        DirectoryIndex index.php index.jsp index.html

in web.xml I have:
        <welcome-file-list>
          <welcome-file>index.jsp</welcome-file>
        </welcome-file-list>

However, when I try to access http://myserver/ I get:
        Internal Server Error
        [...]

When I try http://myserver/index.jsp everything is fine.

I wonder if anyone can tell me what I am doing wrong? Why  do I get an
internal server error?

I don't want to use a http-equiv in an index.html to load up index.jsp
as this clutters the URL.

Cheers

   Nik

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to