[
https://issues.apache.org/jira/browse/JS2-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13610104#comment-13610104
]
Mads Orehøj Sørensen commented on JS2-1271:
-------------------------------------------
We are running on websphere 8.
I think just can remove it or write something 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>
> 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: [email protected]
For additional commands, e-mail: [email protected]