Hi All
I'm trying to implement persistent sessions in Tomcat so a
shutdown/startup sequence doesn't force me to login again. I've
created context.xml in META-INF directory with following content:
<Context path="/jsf-test1"
docBase="${catalina.home}/webapps/jsf-test">
<Manager
className='org.apache.catalina.session.PersistentManager'
debug='0'
saveOnRestart='true'
maxActiveSessions='3'
minIdleSwap='0'
maxIdleSwap='60'
maxIdleBackup='0'>
<Store
className='org.apache.catalina.session.FileStore'/>
</Manager>
</Context>
There are two questions:
1. Shutdown/Startup still forces me to login again :( Whats wrong?
2. A 'path' attribute of jsf-test1 in above would imply I can
access the web app using 'http://localhost:8080/jsf-test1' ?
However this URL gives an error saying 'not available'. Did I
understand the purpose of 'path' attribute wrong?
BTW, the web app is installed in webapps/jsf-test directory.
This is Tomcat 5.5.17 on Linux.
Thanks
Concerned about your privacy? Instantly send FREE secure email, no account
required
http://www.hushmail.com/send?l=480
Get the best prices on SSL certificates from Hushmail
https://www.hushssl.com?l=485
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]