aspose file tools
The moose likes Tomcat and the fly likes i v deployed a folder in tomcat 5.5.1,more sessions are created Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "i v deployed a folder in tomcat 5.5.1,more sessions are created" Watch "i v deployed a folder in tomcat 5.5.1,more sessions are created" New topic
Author

i v deployed a folder in tomcat 5.5.1,more sessions are created

sreenivas jeenor
Ranch Hand

Joined: Jan 09, 2005
Posts: 125
i v deployed an appliccation folder in tomcat5.5.1. normally single session must be created but ,i m getting 5 sessions at the begging ,and when i start using the application,its creating more numnber of sessions.
Jeffrey Spaulding
Ranch Hand

Joined: Jan 15, 2004
Posts: 149
That happens when you work with sessions and have cookies disabled in your browser. You need to either enable session cookies or use the
response.urlencode() method to rewrite the URL on subsequent calls.

J.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: i v deployed a folder in tomcat 5.5.1,more sessions are created
 
Similar Threads
MXBean question in regards to tomcat
Web Application Deployment using war file
Extracting jar file contents to JBOSS tmp directory
HttpSession
steps for Deploying JSP in Sun Java System Application Server 7 2004Q2