Hello, I'm using Tomcat 6.0.32. My app is configured in server.xml file like this:
<Host name="www.myapp.pl" appBase="/usr/lib/tomcat/webapps" unpackWARs="false" autoDeploy="false" xmlValidation="false" xmlNamespaceAware="false" > <Context docBase="/var/www/myapp" path="" cacheMaxSize="5120" cacheTTL="60000" cachingAllowed="true" > </Context> <Context path="/manager" privileged="true" docBase="/usr/lib/tomcat/webapps/manager"> </Context> </Host> In Tomcat Manager, on the application list, there is a button "Expire sessions" available only for "/manager" application. How should I configure tomcat to get this button for my application ("/") as well? Best regards, Jakub --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org