You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by hunkpapa <hu...@gmx.de> on 2001/07/16 19:41:04 UTC

Need help with struts at Apache/Tomcat

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