• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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