• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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