Re: remote monitoring JVM by VisualVM

2009-12-14 Thread trucbinh
Hi, I think you should add this line -Djava.rmi.server.hostname=192.168.1.12 like this -Dcom.sun.management.jmxremote.port=8080 \ -Dcom.sun.management.jmxremote.ssl=false \ -Dcom.sun.management.jmxremote.authenticate=true \ -Djava.rmi.server.hostname=192.168.1.12

Tomcat blocks many threads

2009-10-05 Thread trucbinh
Hi, I used Yourkit Profiler to check my web application, and I found that many http threads are blocked here. org.apache.jasper.servlet.JspServletWrapper.service(HttpServletRequest, HttpServletResponse, boolean) (The method calls itself recursively) org.apache.catalina.core.ApplicationFilter

Tomcat blocks many threads

2009-10-04 Thread trucbinh
Hi, I used Yourkit Profiler to check my web application, and I found that many http threads are blocked here. org.apache.jasper.servlet.JspServletWrapper.service(HttpServletRequest, HttpServletResponse, boolean) (The method calls itself recursively) org.apache.catalina.core.ApplicationFilterCh