You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Niklas Saers Mailinglistaccount <ni...@saers.com> on 2003/03/11 17:02:42 UTC

http://myserver/ => http://myserver/index.jsp

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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org