Hello, i`m running Tomcat 3.2.2 under Linux, standalone on port 80. If I set noCookies="true" (conf/serverl.xml) so that URL rewritting is used instead of cookies, I get an error. The reason is that ;jsessionid=cxxdfs is append to the URL and so Tomcat does not seem to understand that it is a .jsp file to handle. I can`t understand that Tomcat is having a problem with this. I mean isn`t this basic stuff, which should work out of the box ??? Thanks TP
