• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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