You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by eh...@inexware.fr on 2001/08/16 16:03:48 UTC

Servlet mapped on '/' for Tomcat

.Hi,
I'm using tomcat 3.2.3 plugged behind a http server (apache or IIS) and all
is working fine except this issue :
in my webapp myapp I have only one servlvzet which is mapped on / so that
when I'm using tomcat alone the url http://myserver:8080/myapp returns the
response of my servlet but when I'm plugged on IIS or Apache using mod_jk I
can't map the worker to /myapp since /myapp* is not legal and mapping /* to
the worker doesn't seem to me a correct solution. Is there a solution or a
workaround to this problem?
Thanks
Emmanuel