When i check with netstat after tomcat is started, the port 8001 is being listened. i can also connect with telnet from another pc to this server so no firewall. But when i run jconsole (which is in the same JAVA_HOME) and try to connect tomcat process, it says connection refused... what else should i do?
Please help...
Misha Ver
Ranch Hand
Joined: Mar 03, 2008
Posts: 470
posted
0
ugurard ardugur wrote: When i check with netstat after tomcat is started, the port 8001 is being listened
Have you checked the port 8001 before adding JConsole?
ugurard ardugur
Greenhorn
Joined: Mar 15, 2010
Posts: 2
posted
0
i solved the problem; it was related incompatible char code-set.
so i added -Duser.language=en and connected jconsole