When installing TOMCAT on drive D: under Windows 2000 I can't display any JSP.
However, the TOMCAT home page is displayed when calling
http://localhost:8080/ (which is
http://localhost/index.jsp)!!!
Invoking any other JSP like
http://localhost:8080/xyz/my.jsp fails with "HTTP status 404 - The requested resource xxx is not available".
If I install TOMCAT on drive C: everything works fine.
Any idea??
Dirk
Berlin, Germany