• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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