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

unable to host java application

gourav garg

New Pleskian
I am facing issue with Plesk Java Application . It's showing icon with exclamation sign Plesk11.png, So unable to access website from tomcat.
I google from last 4 days , Unable to find proper solution.

Please see screen shot

My production machine is down due to this problem, I just migrated to Plesk due to some enhancement.

Normal website hosting is working fine.
Everything is working fine , Even http://ip:8080 is also working properly

Version Plesk 11 , Ubutnu 10.04 x64, tomcat6
 
Last edited:
Resolved ..


See example exactly what happen . e.g IP 184.44.65.87

1. By Apache Web Server you can host multiple website on single IP e.g Virtual Hosting by Apache Web Server
means you can open www.abc.com and www.xyz.com on same IP. It's can not java application .
2. Java Application required Java Servlet Container e.g Apache Tomcat. Glassfish, WebSphere, WebLogic etc.
3. When ever we install this application it always install on www.ip.com:port/application.
4. So in my case I was also looking same on www.ip.com:port/application but it was installed on www.abc.com/myapp
instead of www.ip.com:port/myapp.

Yes we can use Apache Tomcat direct on www.abc.com instead of www.abc.com:port/myapp

for that we have two options
1. We can change port from tomcat server e.g 8080 to apache server e.g 80 with Virtual Hosting in Apache Tomcat
2. We can redirect from Apache Web Server to Tomcat Web Server.

Actually default HTTP port is 80.
 
Back
Top