0

I have a link which points to my servlet (Struts 1.1 App).

http://myserver.com/app/preview.do;jsessionid=1234567;p1=test;filename=/page2.htm

All was working fine in Tomcat5.5 and jdk1.6, but now with tomcat7 and jdk7, it does not work anymore. Tomcat now sends 404 error, because

/app/preview.do;jsessionid=1234567;p1=test;filename=/page2.htm" could not be found on server

So it tries to find the file page2.htm in path.

Does anybody know how to configure Tomcat to get it work again?

Sheena
  • 15,590
  • 14
  • 75
  • 113
  • 1
    I am unfamiliar with tomcat but I assume you will be able to fix this by adding an entry to whatever tomcat uses as a search path. What have you tried? – Sheena Oct 23 '12 at 07:41
  • This is exactly what I do not know: How do I configure what tomcat uses as searchpath. :) – user1767566 Oct 23 '12 at 08:04

0 Answers0