• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Plesk + Tomcat

Z

zarathustra

Guest
Hi, I have a (maybe) stupid question.

I have installed Tomcat on my Redhat 9.0 server and licenced Plesk for using Tomcat.

I started the Tomcat service via Plesk or command line successfully, but when I upload a war on a domain it gives me this error:

Unable to stat up Java application: Possible reason - Tomcat service is not currently running on the server.

What does it mean? The service is running, i can start and stop it as i want, i tried to access tomcat via :9080 but i get no answer.

Anyone can help me? The application is for a customer.

Thanks in advance

Alessandro
Madwebs Srl
 
Are you positive that Tomcat is running? How did you verify this?
 
I tested in this two ways:

- By Plesk, going to Server panel, Service management, I see the service Tomcat with a green circle

- By ssh i tested to restart the service an this is the output:

[root@eagle root]# service tomcat4 stop
waiting for processes to exit [ OK ]
[root@eagle root]# service tomcat4 start
Starting tomcat4: [ OK ]
 
it seems resolved at first look, i tested it with a "test" domain not configured in dns and it wasn't working.
now i test with a right domain (published) ant it seems working.
 
Back
Top