/myapp/* works for url http://myserver/myapp/ on IIS with a virtual directory named myapp but it is not http://myserver/myapp (you have an extra slash) and on apache you must add something after the slash http://myserver/myapp/foo for the servlet to be called. You are correct regarding mapping /myapp it works on apache. Thanks, now I have to make it work on IIS. Emmanuel
- RE: Servlet mapped on '/' for Tomcat Larry Isaacs
- ehugonnet
