Tagged Questions
0
votes
1answer
115 views
plesk+ tomcat + mod_jk + jsp gives 404
I trying to install myhello-world.war to plesk tomcat5, I doing "install java webapp", but when i go http://domain.com/mytomcat-helloworld/pages/myhelloworld.js I getting:
404
...
0
votes
1answer
306 views
JSP: Trying to configure Apache2 + Tomcat6 using mod_jk
I'm trying to configure Apache2 + Tomcat using the mod_jk on an Ubuntu 10.04.
I installed everything and configured, but it always returns the source code of my JSP files. I've read around that the ...
1
vote
1answer
414 views
Apache sends 400 instead of 404
I've got an odd problem. Apache is replying with a 400 error code instead of 404 when ever a client requests a non existing jsp page (html request are answered correctly with a 404).
The only time ...