web-console-only.xml revision a4544a5a0e622ef69e38641f87ab1b5685e05911
3104N/A<!--
3104N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3104N/A
3104N/A Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
3104N/A
3104N/A The contents of this file are subject to the terms
3104N/A of the Common Development and Distribution License
3104N/A (the License). You may not use this file except in
3104N/A compliance with the License.
3104N/A
3104N/A You can obtain a copy of the License at
3104N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
3104N/A opensso/legal/CDDLv1.0.txt
3104N/A See the License for the specific language governing
3104N/A permission and limitations under the License.
3104N/A
3104N/A When distributing Covered Code, include this CDDL
3104N/A Header Notice in each file and include the License file
3104N/A at opensso/legal/CDDLv1.0.txt.
3104N/A If applicable, add the following below the CDDL Header,
3104N/A with the fields enclosed by brackets [] replaced by
3104N/A your own identifying information:
3104N/A "Portions Copyrighted [year] [name of copyright owner]"
4458N/A
3104N/A $Id: web-console-only.xml,v 1.5 2008/08/19 19:12:30 veiming Exp $
4458N/A
4458N/A Portions Copyrighted 2015 ForgeRock AS.
1061N/A
3949N/A-->
1061N/A
1371N/A<!-- For OpenAM Console Only WAR -->
1061N/A
1061N/A <filter>
1061N/A <filter-name>clientConfiguratorFilter</filter-name>
4616N/A <filter-class>com.sun.identity.setup.ClientConfiguratorFilter</filter-class>
1061N/A </filter>
4616N/A <servlet>
4458N/A <description>notificationservice</description>
1061N/A <servlet-name>notificationservice</servlet-name>
4458N/A <servlet-class>com.iplanet.services.comm.client.PLLNotificationServlet</servlet-class>
4458N/A </servlet>
1061N/A <filter-mapping>
3949N/A <filter-name>clientConfiguratorFilter</filter-name>
1061N/A <url-pattern>/*</url-pattern>
1371N/A </filter-mapping>
1061N/A <servlet-mapping>
1061N/A <servlet-name>notificationservice</servlet-name>
1061N/A <url-pattern>/notificationservice</url-pattern>
1061N/A </servlet-mapping>
1061N/A