Hello, I do not get it with this servlet.xml... This is what I want: I put all my static-files and jsp's into the TOMCAT_HOME\webapps\ROOT - directory and some subdirectorys; and my classes and libs into the web-inf. This project should be the default, so that http://localhost/ points to TOMCAT_HOME\webapps\ROOT \index.html and http://localhost/servlets/Hello should invoke the Servlet Hello.class in TOMCAT_HOME\webapps\ROOT\web-inf\classes\ Of course I want my Apache-Server to serve the static HTML and Image files! Can someone show me now what exactly I have to put into the server.xml, web.xml and myTomcat-apache.conf (my file included into the httpd.conf) Thank you for your help Maik
