Thanks for the info.
If it happens as you describe it, then it should be a bug. Please file
> an issue in Bugzilla.
> http://tomcat.apache.org/bugreport.html#How_to_write_a_bug_report
>
>
I've filed a bug here:
https://issues.apache.org/bugzilla/show_bug.cgi?id=54955
> Can you attach to your rep
2013/5/12 Zheng Yang :
> Hi list,
>
> I learned that @WebServlet("") is for mapping the application context root.
> e.g. http://localhost:8080/myapp/
> Unfortunately doesn't work after a context reload.
> This problem can be easily reproduced:
>
> 1.Create a HelloWorld application with a single ser
Hi list,
I learned that @WebServlet("") is for mapping the application context root.
e.g. http://localhost:8080/myapp/
Unfortunately doesn't work after a context reload.
This problem can be easily reproduced:
1.Create a HelloWorld application with a single servlet, say the servlet is
called RootS