Hi all, I was using Tomcat 3.1 with Apache 1.3.12 till recently. Now I changed my tomcat to Tomcat 3.2.1 and suddenly I started seeing jsessionid=* stuff in all my url's. I have coded my JSP's to support with no cookies as well (ie. urlEncoded all the links), but the thing is even tho my browser has cookies enabled tomcat seems to be encoding the urls'. This is the first problem. The second problem is that the Apache webserver is not redirecting the requests with the url having the jsessionid=* stuff. I have tried putting the URL rewriting thing given in the FAQ but even after putting that it didn't work. For you information i am giving you the thing that i put in the httpd.conf file for URL rewriting. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(boats/.*;jsessionid=.*)$ $1 [T=jserv-servlet] </IfModule> Any help would be greatly appreciated. thanks boni p.s I have searched all the archives and the FAQ without success. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
