<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
id="IBM_WPS"
version="2.4"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<display-name>WebSphere Portal Server</display-name>
<filter>
<filter-name>State Cleanup</filter-name>
<filter-class>com.ibm.wps.state.filter.StateCleanup</filter-class>
</filter>
<filter>
<filter-name>VirtualPortal Filter</filter-name>
<filter-class>com.ibm.wps.engine.VirtualPortalFilter</filter-class>
</filter>
<filter>
<filter-name>URL Analyzer</filter-name>
<filter-class>com.ibm.wps.mappingurl.impl.URLAnalyzer</filter-class>
</filter>
<filter>
<filter-name>Friendly Selection</filter-name>
<filter-class>com.ibm.wps.resolver.friendly.servlet.FriendlySelectionFilter</filter-class>
</filter>
<filter>
<filter-name>Login Redirect</filter-name>
<filter-class>com.ibm.wps.auth.LoginRedirector</filter-class>
</filter>
<filter>
<filter-name>Locale Filter</filter-name>
<filter-class>com.ibm.wps.engine.ExtendedLocaleFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>State Cleanup</filter-name>
<url-pattern>/portal/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>State Cleanup</filter-name>
<url-pattern>/myportal/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>VirtualPortal Filter</filter-name>
<url-pattern>/portal/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>VirtualPortal Filter</filter-name>
<url-pattern>/myportal/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>URL Analyzer</filter-name>
<url-pattern>/portal/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>URL Analyzer</filter-name>
<url-pattern>/myportal/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>Friendly Selection</filter-name>
<url-pattern>/portal/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>Friendly Selection</filter-name>
<url-pattern>/myportal/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>Login Redirect</filter-name>
<url-pattern>/redirect/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>URL Analyzer</filter-name>
<url-pattern>/config/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>Locale Filter</filter-name>
<url-pattern>/portal/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>Locale Filter</filter-name>
<url-pattern>/myportal/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>Locale Filter</filter-name>
<url-pattern>/contenthandler/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>Locale Filter</filter-name>
<url-pattern>/mycontenthandler/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>Locale Filter</filter-name>
<url-pattern>/poc/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>Locale Filter</filter-name>
<url-pattern>/mypoc/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>URL Analyzer</filter-name>
<url-pattern>/federation/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>URL Analyzer</filter-name>
<url-pattern>/myfederation/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>State Cleanup</filter-name>
<url-pattern>/poc/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>State Cleanup</filter-name>
<url-pattern>/mypoc/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>State Cleanup</filter-name>
<url-pattern>/contenthandler/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>State Cleanup</filter-name>
<url-pattern>/mycontenthandler/*</url-pattern>
</filter-mapping>
<listener>
<listener-class>com.ibm.wps.engine.SessionListener</listener-class>
</listener>
<listener>
<listener-class>com.ibm.wps.services.cache.cachedstate.CachedStateSessionListener</listener-class>
</listener>
<servlet>
<servlet-name>WebDAVServlet</servlet-name>
<servlet-class>com.ibm.wps.resolver.webdav.servlet.WebdavServlet</servlet-class>
</servlet>
<servlet>
<servlet-name>portal</servlet-name>
<servlet-class>com.ibm.wps.engine.Servlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet>
<servlet-name>login</servlet-name>
<servlet-class>com.ibm.wps.auth.AuthenticationServlet</servlet-class>
</servlet>
<servlet>
<servlet-name>ProxyServlet</servlet-name>
<servlet-class>com.ibm.wps.proxy.servlet.ProxyServlet</servlet-class>
</servlet>
<servlet>
<servlet-name>WSRPServiceDescriptionService</servlet-name>
<servlet-class>oasis.names.tc.wsrp.v1.bind.WSRP_v1_ServiceDescription_Binding_SOAPImpl</servlet-class>
</servlet>
<servlet>
<servlet-name>WSRPBaseService</servlet-name>
<servlet-class>oasis.names.tc.wsrp.v1.bind.WSRP_v1_Markup_Binding_SOAPImpl</servlet-class>
</servlet>
<servlet>
<servlet-name>WSRPPortletManagementService</servlet-name>
<servlet-class>oasis.names.tc.wsrp.v1.bind.WSRP_v1_PortletManagement_Binding_SOAPImpl</servlet-class>
</servlet>
<servlet>
<servlet-name>WSRPServiceDescriptionService_v2</servlet-name>
<servlet-class>oasis.names.tc.wsrp.v2.bind.WSRP_v2_ServiceDescription_Binding_SOAPImpl</servlet-class>
</servlet>
<servlet>
<servlet-name>WSRPBaseService_v2</servlet-name>
<servlet-class>oasis.names.tc.wsrp.v2.bind.WSRP_v2_Markup_Binding_SOAPImpl</servlet-class>
</servlet>
<servlet>
<servlet-name>WSRPPortletManagementService_v2</servlet-name>
<servlet-class>oasis.names.tc.wsrp.v2.bind.WSRP_v2_PortletManagement_Binding_SOAPImpl</servlet-class>
</servlet>
<servlet>
<servlet-name>WSDLServiceConfig</servlet-name>
<servlet-class>com.ibm.wps.wsrp.producer.util.GetWSDLServiceConfig</servlet-class>
</servlet>
<servlet>
<servlet-name>federation</servlet-name>
<servlet-class>com.ibm.wps.federation.servlet.FederationServlet</servlet-class>
<load-on-startup>2</load-on-startup>
</servlet>
<servlet>
<servlet-name>CacheProxyServlet</servlet-name>
<servlet-class>com.ibm.wps.cacheproxy.CacheProxyServlet</servlet-class>
</servlet>
<servlet>
<servlet-name>PUBLIC_SERVLET_47555912</servlet-name>
<servlet-class>com.ibm.wps.resolver.servlet.PublicPocServlet</servlet-class>
</servlet>
<servlet>
<servlet-name>PROTECTED_SERVLET_47555912</servlet-name>
<servlet-class>com.ibm.wps.resolver.servlet.ProtectedPocServlet</servlet-class>
</servlet>
<servlet>
<servlet-name>PUBLIC_HANDLER_47555912</servlet-name>
<servlet-class>com.ibm.wps.resolver.servlet.PublicContentHandlerServlet</servlet-class>
</servlet>
<servlet>
<servlet-name>PROTECTED_HANDLER_47555912</servlet-name>
<servlet-class>com.ibm.wps.resolver.servlet.ProtectedContentHandlerServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>portal</servlet-name>
<url-pattern>/portal/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>portal</servlet-name>
<url-pattern>/myportal/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>portal</servlet-name>
<url-pattern>/redirect/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>login</servlet-name>
<url-pattern>/login/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ProxyServlet</servlet-name>
<url-pattern>/proxy/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ProxyServlet</servlet-name>
<url-pattern>/myproxy/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>WSDLServiceConfig</servlet-name>
<url-pattern>/wsdl/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>WSRPServiceDescriptionService</servlet-name>
<url-pattern>/WSRPServiceDescriptionService</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>WSRPBaseService</servlet-name>
<url-pattern>/WSRPBaseService</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>WSRPPortletManagementService</servlet-name>
<url-pattern>/WSRPPortletManagementService</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>WSRPServiceDescriptionService_v2</servlet-name>
<url-pattern>/WSRPServiceDescriptionService_v2</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>WSRPBaseService_v2</servlet-name>
<url-pattern>/WSRPBaseService_v2</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>WSRPPortletManagementService_v2</servlet-name>
<url-pattern>/WSRPPortletManagementService_v2</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>CacheProxyServlet</servlet-name>
<url-pattern>/CacheProxyServlet/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>federation</servlet-name>
<url-pattern>/federation/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>federation</servlet-name>
<url-pattern>/myfederation/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>PUBLIC_SERVLET_47555912</servlet-name>
<url-pattern>/poc/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>PROTECTED_SERVLET_47555912</servlet-name>
<url-pattern>/mypoc/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>PUBLIC_HANDLER_47555912</servlet-name>
<url-pattern>/contenthandler/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>PROTECTED_HANDLER_47555912</servlet-name>
<url-pattern>/mycontenthandler/*</url-pattern>
</servlet-mapping>
<mime-mapping>
<extension>wbmp</extension>
<mime-type>image/vnd.wap.wbmp</mime-type>
</mime-mapping>
<mime-mapping>
<extension>png</extension>
<mime-type>image/png</mime-type>
</mime-mapping>
<service-ref>
<description>WSRP 1.0 Service</description>
<service-ref-name>service/WSRPService</service-ref-name>
<service-interface>com.ibm.wps.wsrp.consumer.wsdl.WSRPService</service-interface>
<wsdl-file>WEB-INF/wsdl/ibm-wsrp-service-cons.wsdl</wsdl-file>
<jaxrpc-mapping-file>WEB-INF/ibm-wsrp-service-cons_mapping.xml</jaxrpc-mapping-file>
<service-qname xmlns:pfx="http://www.ibm.com/xmlns/prod/websphere/portal/wsrp/wsdl">pfx:WSRPService</service-qname>
<port-component-ref>
<service-endpoint-interface>oasis.names.tc.wsrp.v1.intf.WSRP_v1_Markup_PortType</service-endpoint-interface>
</port-component-ref>
<port-component-ref>
<service-endpoint-interface>oasis.names.tc.wsrp.v1.intf.WSRP_v1_ServiceDescription_PortType</service-endpoint-interface>
</port-component-ref>
<port-component-ref>
<service-endpoint-interface>oasis.names.tc.wsrp.v1.intf.WSRP_v1_PortletManagement_PortType</service-endpoint-interface>
</port-component-ref>
<port-component-ref>
<service-endpoint-interface>oasis.names.tc.wsrp.v1.intf.WSRP_v1_Registration_PortType</service-endpoint-interface>
</port-component-ref>
<handler id="Handler_1">
<handler-name>com.ibm.wps.wsrp.consumer.wsdl.WSRPHandler</handler-name>
<handler-class>com.ibm.wps.wsrp.consumer.wsdl.WSRPHandler</handler-class>
<port-name>WSRPBaseService</port-name>
</handler>
</service-ref>
<service-ref>
<description>WSRP 2.0 Service</description>
<service-ref-name>service/WSRPService_v2</service-ref-name>
<service-interface>com.ibm.wps.wsrp.consumer.wsdl.WSRPService_v2</service-interface>
<wsdl-file>WEB-INF/wsdl/ibm-wsrp-service-cons.wsdl</wsdl-file>
<jaxrpc-mapping-file>WEB-INF/ibm-wsrp-service-cons_mapping.xml</jaxrpc-mapping-file>
<service-qname xmlns:pfx="http://www.ibm.com/xmlns/prod/websphere/portal/wsrp/wsdl">pfx:WSRPService_v2</service-qname>
<port-component-ref>
<service-endpoint-interface>oasis.names.tc.wsrp.v2.intf.WSRP_v2_Markup_PortType</service-endpoint-interface>
</port-component-ref>
<port-component-ref>
<service-endpoint-interface>oasis.names.tc.wsrp.v2.intf.WSRP_v2_ServiceDescription_PortType</service-endpoint-interface>
</port-component-ref>
<port-component-ref>
<service-endpoint-interface>oasis.names.tc.wsrp.v2.intf.WSRP_v2_PortletManagement_PortType</service-endpoint-interface>
</port-component-ref>
<port-component-ref>
<service-endpoint-interface>oasis.names.tc.wsrp.v2.intf.WSRP_v2_Registration_PortType</service-endpoint-interface>
</port-component-ref>
<handler id="Handler_2">
<handler-name>com.ibm.wps.wsrp.consumer.wsdl.WSRPHandler</handler-name>
<handler-class>com.ibm.wps.wsrp.consumer.wsdl.WSRPHandler</handler-class>
<port-name>WSRPBaseService</port-name>
</handler>
</service-ref>
<resource-env-ref id="ResourceEnvRef_10">
<resource-env-ref-name>wm/wpsWorkManager</resource-env-ref-name>
<resource-env-ref-type>com.ibm.websphere.asynchbeans.WorkManager</resource-env-ref-type>
</resource-env-ref>
<resource-env-ref id="ResourceEnvRef_11">
<resource-env-ref-name>ejb/wpsSchedulerManager</resource-env-ref-name>
<resource-env-ref-type>com.ibm.wps.datastore.ejb.cleanup.SchedulerManagerHome</resource-env-ref-type>
</resource-env-ref>
<resource-ref id="ResourceRef_Release">
<description>DataSource for WebSphere Portal Server (Release)</description>
<res-ref-name>jdbc/releaseDS</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Application</res-auth>
<res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>
<resource-ref id="ResourceRef_Community">
<description>DataSource for WebSphere Portal Server (Community)</description>
<res-ref-name>jdbc/communityDS</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Application</res-auth>
<res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>
<resource-ref id="ResourceRef_Customization">
<description>DataSource for WebSphere Portal Server (Customization))</description>
<res-ref-name>jdbc/customizationDS</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Application</res-auth>
<res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>
<resource-ref id="ResourceRef_JCR">
<description>DataSource for WebSphere Portal Server (JCR)</description>
<res-ref-name>jdbc/jcrDS</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Application</res-auth>
<res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>
<resource-ref id="ResourceRef_1094839314794">
<res-ref-name>wm/icmjcr</res-ref-name>
<res-type>com.ibm.websphere.asynchbeans.WorkManager</res-type>
<res-auth>Container</res-auth>
<res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>
<security-constraint id="SecurityConstraint_1">
<web-resource-collection id="WebResourceCollection_1">
<web-resource-name/>
<url-pattern>/myportal/*</url-pattern>
<http-method>DELETE</http-method>
<http-method>GET</http-method>
<http-method>POST</http-method>
<http-method>PUT</http-method>
<http-method>HEAD</http-method>
</web-resource-collection>
<auth-constraint id="AuthConstraint_1">
<description/>
<role-name>All Role</role-name>
</auth-constraint>
<user-data-constraint id="UserDataConstraint_4">
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
<security-constraint id="SecurityConstraint_2">
<web-resource-collection id="WebResourceCollection_2">
<web-resource-name/>
<url-pattern>/WSRPServiceDescriptionService/*</url-pattern>
<url-pattern>/WSRPServiceDescriptionService_v2/*</url-pattern>
<http-method>DELETE</http-method>
<http-method>GET</http-method>
<http-method>POST</http-method>
<http-method>PUT</http-method>
<http-method>HEAD</http-method>
</web-resource-collection>
<auth-constraint id="AuthConstraint_2">
<description/>
<role-name>No Role</role-name>
</auth-constraint>
<user-data-constraint id="UserDataConstraint_5">
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
<security-constraint id="SecurityConstraint_3">
<web-resource-collection id="WebResourceCollection_3">
<web-resource-name/>
<url-pattern>/WSRPBaseService/*</url-pattern>
<url-pattern>/WSRPBaseService_v2/*</url-pattern>
<http-method>DELETE</http-method>
<http-method>GET</http-method>
<http-method>POST</http-method>
<http-method>PUT</http-method>
<http-method>HEAD</http-method>
</web-resource-collection>
<auth-constraint id="AuthConstraint_3">
<description/>
<role-name>No Role</role-name>
</auth-constraint>
<user-data-constraint id="UserDataConstraint_6">
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
<security-constraint id="SecurityConstraint_4">
<web-resource-collection id="WebResourceCollection_4">
<web-resource-name/>
<url-pattern>/WSRPPortletManagementService/*</url-pattern>
<url-pattern>/WSRPPortletManagementService_v2/*</url-pattern>
<http-method>DELETE</http-method>
<http-method>GET</http-method>
<http-method>POST</http-method>
<http-method>PUT</http-method>
<http-method>HEAD</http-method>
</web-resource-collection>
<auth-constraint id="AuthConstraint_4">
<description/>
<role-name>No Role</role-name>
</auth-constraint>
<user-data-constraint id="UserDataConstraint_7">
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
<security-constraint id="SecurityConstraint_5">
<web-resource-collection id="WebResourceCollection_5">
<web-resource-name/>
<url-pattern>/myfederation/*</url-pattern>
<http-method>DELETE</http-method>
<http-method>GET</http-method>
<http-method>POST</http-method>
<http-method>PUT</http-method>
<http-method>HEAD</http-method>
</web-resource-collection>
<auth-constraint id="AuthConstraint_5">
<description/>
<role-name>All Role</role-name>
</auth-constraint>
<user-data-constraint id="UserDataConstraint_8">
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
<security-constraint>
<web-resource-collection>
<web-resource-name/>
<url-pattern>/mypoc/*</url-pattern>
<http-method>GET</http-method>
<http-method>HEAD</http-method>
<http-method>OPTIONS</http-method>
</web-resource-collection>
<auth-constraint>
<description/>
<role-name>All Role</role-name>
</auth-constraint>
<user-data-constraint>
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
<security-constraint>
<web-resource-collection>
<web-resource-name/>
<url-pattern>/mypoc/*</url-pattern>
<http-method>POST</http-method>
<http-method>PUT</http-method>
<http-method>DELETE</http-method>
</web-resource-collection>
<auth-constraint>
<description/>
</auth-constraint>
<user-data-constraint>
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
<security-constraint>
<web-resource-collection>
<web-resource-name/>
<url-pattern>/mycontenthandler/*</url-pattern>
<http-method>GET</http-method>
<http-method>HEAD</http-method>
<http-method>POST</http-method>
<http-method>PUT</http-method>
<http-method>DELETE</http-method>
<http-method>OPTIONS</http-method>
<http-method>TRACE</http-method>
</web-resource-collection>
<auth-constraint>
<description/>
<role-name>All Role</role-name>
</auth-constraint>
<user-data-constraint>
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
<security-constraint>
<web-resource-collection>
<web-resource-name/>
<url-pattern>/myproxy/*</url-pattern>
<http-method>GET</http-method>
<http-method>HEAD</http-method>
<http-method>POST</http-method>
<http-method>PUT</http-method>
<http-method>DELETE</http-method>
</web-resource-collection>
<auth-constraint>
<description/>
<role-name>All Role</role-name>
</auth-constraint>
<user-data-constraint>
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
<login-config id="LoginConfig_1">
<auth-method>FORM</auth-method>
<realm-name>WPS</realm-name>
<form-login-config id="FormLoginConfig_1">
<form-login-page>/redirect</form-login-page>
<form-error-page>/error.html</form-error-page>
</form-login-config>
</login-config>
<security-role id="SecurityRole_1">
<description>Everyone role</description>
<role-name>Everyone Role</role-name>
</security-role>
<security-role id="SecurityRole_2">
<description>All role</description>
<role-name>All Role</role-name>
</security-role>
<security-role id="SecurityRole_3">
<description>No role</description>
<role-name>No Role</role-name>
</security-role>
<env-entry>
<env-entry-name>shareableLTC</env-entry-name>
<env-entry-type>java.lang.Boolean</env-entry-type>
<env-entry-value>true</env-entry-value>
</env-entry>
</web-app>