DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15632>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15632 Problem with the Tomcat Sessions Parameter on URL Summary: Problem with the Tomcat Sessions Parameter on URL Product: Tomcat 3 Version: 3.2.3 Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Servlet AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, I am using Tomcat 3.2.4 with Apache 1.19 and JDK 1.3.1_03. I'm facing the strange problem with session id and its parameter on URL. if the the URL does not contains any session id and parameter on URL, it works fine. Below is the content of the access.log when it works fine 172.16.1.77 - - [20/Dec/1998:17:24:10 +0530] "POST /konesa/servlet/UserVerificationServlet HTTP/1.1" 200 1891 if the the URL contains any session id and parameter, it returns file not found exception. Below is the content of the access.log when it gives problem: 172.16.1.77 - - [20/Dec/1998:17:24:14 +0530] "POST /konesa/servlet/UMLInfoServlet;jsessionid=hqe9ser741? jsessionid=hqe9ser741 HTTP/1.1" 404 255 Also attaching the contenet of the jvm.stderr 1998-12-23 16:16:49 - Ctx( /konesa ): 404 R( /konesa + /servlet/UMLInfoServlet;jsessionid=3sgoj6hmz1 + null) null According to our analysis, the tomcat is not able to recognize the sessionid and parameter attached to the URL. Please help us to overcome this problem ASAP. Regards, Rajesh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>