Discussion:
[Stripes-users] Stripes application in Jetty vs Tomcat
Robert Nicholson
2017-06-30 04:05:37 UTC
Permalink
So the application performs correctly when run in a Jetty but the same web.xml and .war when deployed in a Tomcat results in all resource requests /css /js /image etc all
be routed thru my Stripes Interceptors and consequently it results in a 302 redirect in for all static data.

Should I expect to see different behavior between Jetty and Tomcat?
Robert Nicholson
2017-06-30 11:59:53 UTC
Permalink
Seems I got bit by the difference in the way Servlet url mappings work in older versions of tomcat.

path without path info etc.
Post by Robert Nicholson
So the application performs correctly when run in a Jetty but the same web.xml and .war when deployed in a Tomcat results in all resource requests /css /js /image etc all
be routed thru my Stripes Interceptors and consequently it results in a 302 redirect in for all static data.
Should I expect to see different behavior between Jetty and Tomcat?
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Stripes-users mailing list
https://lists.sourceforge.net/lists/listinfo/stripes-users
Loading...