• 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

Where can I view my installed java-application?

sysproject

New Pleskian
Hi guys,
I have installed a java-application (.war-file). I get the error: "Actual status of the application does not correspond to the status retrieved from the database". The java application server is switched on. I am using the vaadin-framework.
My question: Where can I view my website? The path is "/sys".
My second question: I have purchased the domain www.parcours-der-sinne.at from Host Europe. How can I view my java-application on my website?

Thanks
 
Make sure that Plesk uses correct 9080 port for connection with Tomcat:

SELECT * FROM misc WHERE param LIKE '%connector_port';

and that port 9080 is not firewalled.
 
SELECT * FROM misc WHERE param LIKE '%connector_port';

There is nothing like %connector_port in the table misc.
I only have aps_port, the value ist 3306
 
push, it's really important
My problem: "Actual status of the application does not correspond to the status retrieved from the database"
 
Last edited:
Check SELinux status. It should be

# /usr/sbin/getenforce
Permissive
 
Back
Top