Hi, I've done a project with struts. It works well at my local machine, with tomcat 3.2 (standalone) I start it with http://localhost:8080/myproject Then the index.jsp starts. Now I want to use the project on a webserver. My ISP has a Cobalt-Server with Apache and Tomcat 3.2 But at this server has a different to my Tomcat. To execute a Servlet at this machine you must type: http://host:8080/servlet/myservlet The index.jsp works when I type http://host//myproject but the Servlets doesn't work. How must I configure the struts to use at this server ? thx