• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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