Hi,
I have a servlet running on Tomcat 5.0, it uses
a connection pool and all goes right but sometimes
it crashes and when i shutdown it i get the following error:
Catalina.stop: java.net.ConnectException: Connection refused
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
...
... and in the log file:
java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
at org.apache.webapp.balancer.RulesParser.createDigester(RulesParser.java:65)
i am new to Tomcat... can somebody help me?
I have a servlet running on Tomcat 5.0, it uses
a connection pool and all goes right but sometimes
it crashes and when i shutdown it i get the following error:
Catalina.stop: java.net.ConnectException: Connection refused
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
...
... and in the log file:
java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
at org.apache.webapp.balancer.RulesParser.createDigester(RulesParser.java:65)
i am new to Tomcat... can somebody help me?