• 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.

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