Does mapping both "/myapp" and "/myapp/*" help?
Larry
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 16, 2001 10:04 AM
> To: [EMAIL PROTECTED]
> Subject: 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
>
>