"alesj" wrote : anonymous wrote : | | What does the tomcat stats servlet say about the app (http://lamia:8080/status?full=true)? | | | | Where do I find status app? Is it a part of 'all' AS configuration? | It's part of the jbossweb-tomcat55.sar/ROOT.war
| <display-name>Welcome to JBoss</display-name> | <description> | Welcome to JBoss | </description> | <servlet> | <servlet-name>Status Servlet</servlet-name> | <servlet-class>org.jboss.web.tomcat.tc5.StatusServlet</servlet-class> | </servlet> | <servlet-mapping> | <servlet-name>Status Servlet</servlet-name> | <url-pattern>/status</url-pattern> | </servlet-mapping> | </web-app> | "alesj" wrote : | I looked through the Catalina code - session invalidation - and it's pretty basic stuff - checker thread going through all session instances, simply checking if they are over time limit. | | Our app is a portal app - running in JBossPortal 2.0. Can this have any weird influence on apps HttpSessions? Talking to Julien Viet at JBW in LV about this - there are some problems with user logoff in portal apps - but concerning sessions, he wasn't aware of any similar problem. | | What would be the best approach to figure this out? | We need a jira issue with a web/portal app that allows us to reproduce the problem. Its possible that this is a portal interaction problem. About the only other thing to do is to add logging to the session invaliation code and access points that update the timestamp to find out what is keeping sessions alive. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955275#3955275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955275 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user