• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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