[jboss-user] [Performance Tuning] - Memory Management in Jboss

2009-10-28 Thread vinayarammo...@yahoo.com
Hi, My app server goes slow every couple of days. We will have to restart the server. Our application is in Spring , JSF and Facelets. I am skeptical about the objects being garbage collected. Is there a way to check how many and what objects are loaded in to Jboss server? Thanks Vinaya View

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss-log4j.xml configuration

2009-06-09 Thread vinayarammo...@yahoo.com
Hi Peter, I tried that. But I have using Log4jMDCUserFilter to log the session id and user name. I am getting errors on this , if I remove the log4j.jar. Thanks Vinaya View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236380#4236380 Reply to the post : http:/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss-log4j.xml configuration

2009-06-08 Thread vinayarammo...@yahoo.com
Hi Peter, I have the file in jboss_home/servers/default/config, my app is in default folder. My Xml is | | | | | | | | | | | | | | | | | | View th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss-log4j.xml configuration

2009-06-05 Thread vinayarammo...@yahoo.com
Hi, I am using Jboss 4.2.2GA I am fine when I have log4j.properties file. But I want to switch to jboss-log4j.xml. I wanted to go with this because, this file can be hot deployed. When trying to do this, I am getting the following error 16:50:32,765 ERROR [STDERR] log4j:ERROR A "org.jboss.log

[jboss-user] [JBoss/Spring Integration] - ViewExpiredException with Spring, JBossand JSF

2009-01-08 Thread vinayarammo...@yahoo.com
Hi, We have recently migrated from weblogic to Jboss. I am not sure if the way we are deploying the application is the right way to do. It is in production though. Recently we have an issue that when session times out, it the user clicks on any link , there would be an HTTP 500 error. To preven