I'm writing a servlet that uses session tracking with URL rewriting (noCookies="true"). I'm using Tomcat 3.2.1.
When the servlet is located in webapps/Root/Web-inf/classes, it works fine, and the URLs are rewritten with the appropriate session ID, but when the servlet is located in another folder under the webapps folder (webapps/<<other folder>>/Web-inf/classes), the session ID is not added to the URLs.
I suppose it has something to do with web application configuration (in the "/conf" folder perhaps?) but I couldn't find how to make it work in another web application other than the default.
Any ideas anyone?
 

Reply via email to