• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Tomcat deployment, problem with URIs

C

charliearmor

Guest
I am running PLESK 7.5 with the Tomcat module.

We have used the PLESK interface to deploy a war file which successfully creates the application directories and files.

The application runs ok so long as the URLs do not contain a URI.

For example the first URL is served fine, the second one is not:

mydomain.com:9080/myapp/order/SearchOrders.do
mydomain.com:9080/myapp/order/SearchOrders.do?orderSearch.retailerId=-1

I've deployed the WAR file on Linux and Windows servers several times before with no problem.

However this is the first time I have tried to deploy under PLESK which I think is using mod_webapps rather than the more standard mod_jk2.

The Tomcat application log file does not show any errors. I think that the calls which include URI parameters are not reaching Tomcat.

Grateful for any thoughts ?
 
Back
Top