• 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

Ugly Bug in Tomcat Addon of Plesk

Chris_Becker

New Pleskian
Hi, I realized, there is a reproducible bug in the Tomcat Addon.

When you deploy a Java-Application in a container "sample.war" you will be able to access the corresponding application under http://theurl.tld/sample

But I want to be able to access the Java-Application under http://theurld.tld/

In case of a Tomcat server you need to rename the War-file to "ROOT.war". The bug is, that Plesk maps the application to http://theurl.tld/ROOT because obviously the special but most important case of "ROOT" has no special handling. And under http://theurl.tld/ROOT you get a tomcat error message, because tomcat deployed the ROOT.war correctly.

In my opinion this is a really critical bug, and it is really easy to fix.

I would be really thankful to close the bug very recent, because without it I (and everybody else) has almost no possibility to use the tomcat addon, because almost EVERY customer want to deploy the java app as a ROOT-App.

Official documentation for the special case of ROOT.war can be found at: http://tomcat.apache.org/tomcat-7.0-doc/virtual-hosting-howto.html#General
 
Back
Top