[ https://issues.apache.org/jira/browse/JS2-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13610215#comment-13610215 ]
Mads Orehøj Sørensen commented on JS2-1271: ------------------------------------------- It over a year ago, so I have a hard time remembering :-) Try just replace "default" with /* in the filter mapping, so you have filter and filter mapping like: <filter> <filter-name>staticResourceCachingFilter</filter-name> <filter-class>org.apache.jetspeed.engine.servlet.StaticResourceCachingFilter</filter-class> <init-param> <param-name>ExpireHours</param-name> <param-value>48</param-value> </init-param> </filter> <filter-mapping> <filter-name>staticResourceCachingFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> > Running on websphere 7 and 8 fails > ---------------------------------- > > Key: JS2-1271 > URL: https://issues.apache.org/jira/browse/JS2-1271 > Project: Jetspeed 2 > Issue Type: Bug > Components: Deployment > Affects Versions: 2.2.2 > Environment: Windows XP > Websphere 7 (tested on 7.0.0.0 Express) > Websphere (tested on 8.0.0.1 Standard Edition) > Reporter: Mads Orehøj Sørensen > Priority: Minor > Labels: websphere > > The web.xml file states: > l: 85->88 > <filter-mapping> > <filter-name>staticResourceCachingFilter</filter-name> > <servlet-name>default</servlet-name> > </filter-mapping> > The default servlet is not defined (must be defined elsewhere on tomcat), > this causes an error on Websphere. > Websphere 7 logs an error. Jetspeed can't run on Websphere 8 due to the bug. > Fix: Removing the default servlet ? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org