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

Abdul Aziz <javahop...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|7.0.34                      |7.0.47

--- Comment #8 from Abdul Aziz <javahop...@gmail.com> ---
I want to understand more..

having following configuration in deployment descriptor

<servlet>
    <servlet-name>sn1</servlet-name>
    <servlet-class>com.servlets.urlpatterns.Servlet1</servlet-class>
</servlet>
<servlet-mapping>
    <servlet-name>sn1</servlet-name>
    <url-pattern>/s</url-pattern>
</servlet-mapping>

<servlet>
    <servlet-name>sn2</servlet-name>
    <servlet-class>com.servlets.urlpatterns.Servlet1</servlet-class>
</servlet>
<servlet-mapping>
    <servlet-name>sn2</servlet-name>
    <url-pattern>/s</url-pattern>
</servlet-mapping>

why should the server startup / app deployment fail? what makes the difference?

Any how both the servlets sn1 and sn2 are referring to same Servlet1

-- 
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