https://issues.apache.org/bugzilla/show_bug.cgi?id=51894

--- Comment #10 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-09-27 
14:18:44 UTC ---
(In reply to comment #6)
> There were issues in previous versions when applications tried to override the
> default servlet but those have been fixed. Just to be sure, I double checked
> using
> 
> <servlet-mapping>
>   <servlet-name>HelloWorld</servlet-name>
>   <url-pattern>/</url-pattern>
> </servlet-mapping>
> 
> and
> 
> @WebServlet("/")
> 
> and both worked as expected.

If this mapping were not working, their views were not working at all.

(Because they are in WEB-INF and thus are not accessible without that
DispatcherServlet that performs forward to them).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to