I tried to migrate two apps to Tomcat 7.0.2 beta, one is using Tap 4.0.2, another Tap 5.0.18. I just dropped working WAR files from my Tomcat 6.0.x to 7.0.2 webapps.
Tap 4.0.2 seems to work fine. Tomcat manager shows that Tap 5.0.18 app is also running, but I get 404 when I try to access it. In fact access log says: 0:0:0:0:0:0:0:1 - - [15/Sep/2010:21:46:20 +0400] "GET /myAppName HTTP/1.1" 302 - [that's start of redirection, right?] 0:0:0:0:0:0:0:1 - - [15/Sep/2010:21:46:20 +0400] "GET /myAppName/ HTTP/1.1" 404 992 So, has anyone managed to run T5 app on Tomcat 7.0.x? TYA
