• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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