• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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