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

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