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 ?
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 ?