• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Question Tomcat not functioning

BramP

New Pleskian
Hello all,

Happy Plesk user for quite a while, unfortunately I have a problem with Apache Tomcat which I can't seem to resolve so I hoped anybody could help me.

In the past I had Tomcat running fine, however it seems like it is turned of and might be misconfigured. When I check the currently turned on services Tomcat is turned of. In the update and upgrade menu where I first installed Tomcat Java Servlets, when I check the Plesk services it is notlisted there anymore. My guess is that there is a problem over there but unfortunately I am not able to find it in the KB.

Does anybody know what the problem might be?

Regards,
 
Hi BramP,

did you consider to investigate the correspnding logs from tomcat? ( => /var/log/tomcatX , where X depend on your current installed tomcat version on your server )
 
Hi BramP,

I'm not a tomcat Expert, but I would focus on:
Code:
mrt 11, 2017 1:28:04 AM org.apache.catalina.core.StandardContext listenerStop
SEVERE: Exception sending context destroyed event to listener instance of class websocket.drawboard.DrawboardContextListener
java.lang.NoClassDefFoundError: javax/websocket/Endpoint

...

Caused by: java.lang.ClassNotFoundException: javax.websocket.Endpoint

...
... while trying to solve your issue.​
 
Back
Top