• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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