• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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