You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/09/29 12:50:29 UTC

DO NOT REPLY [Bug 45907] New: Servlet url mapping work incorrect when many servlets have one code

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

           Summary: Servlet url mapping work incorrect when many servlets
                    have one code
           Product: Tomcat 5
           Version: 5.5.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Unknown
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: md@rcbd.org


We have 2 servlets with one code and different init parameters mapped to
differnt url. On high load requests to /ybs handled by YellowBoxServlet_PS?
which mapped to /ps. It apparent when second servlet was called.
web.xml in attachement


-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 45907] Servlet url mapping work incorrect when many servlets have one code

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45907


Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Mark Thomas <ma...@apache.org>  2008-09-29 04:03:18 PST ---
This looks like your Servlet is not coded to be thread safe. Please use the
users lists for assistance.


-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org