Wednesday, December 3, 2008

Session expired error while deploying icefaces application on TOMCAT.

Session expired errors.
Fix by editing tomcathome/conf/context.xml

Look for below comment in context.xml
Uncomment this to disable session persistence across Tomcat restarts

Uncomment below configuration item
<Manager pathname="" />

No comments: