• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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