Re: Tomcat 7 Application Context root url mapping broken after reload.

2013-05-12 Thread Zheng Yang
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

Re: Tomcat 7 Application Context root url mapping broken after reload.

2013-05-12 Thread Konstantin Kolinko
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

Tomcat 7 Application Context root url mapping broken after reload.

2013-05-12 Thread 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 servlet, say the servlet is called RootS