web.xml revision c3323789511ac5199d6f6d000a407d77072182eb
1N/A<?xml version="1.0" encoding="ISO-8859-1"?>
1N/A<!--
1N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1N/A
1N/A Copyright (c) 2005 Sun Microsystems Inc. All Rights Reserved
1N/A
1N/A The contents of this file are subject to the terms
1N/A of the Common Development and Distribution License
1N/A (the License). You may not use this file except in
1N/A compliance with the License.
1N/A
1N/A You can obtain a copy of the License at
1N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
1N/A opensso/legal/CDDLv1.0.txt
1N/A See the License for the specific language governing
1N/A permission and limitations under the License.
1N/A
1N/A When distributing Covered Code, include this CDDL
1N/A Header Notice in each file and include the License file
1N/A at opensso/legal/CDDLv1.0.txt.
1N/A If applicable, add the following below the CDDL Header,
1N/A with the fields enclosed by brackets [] replaced by
1N/A your own identifying information:
1N/A "Portions Copyrighted [year] [name of copyright owner]"
1N/A
1N/A $Id: web.xml,v 1.4 2008/08/19 19:08:17 veiming Exp $
1N/A
1N/A Portions Copyrighted 2011-2015 ForgeRock AS.
1N/A-->
1N/A<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1N/A xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
1N/A
1N/A <display-name>OpenAM Web Application SDK Samples</display-name>
1N/A
1N/A <servlet>
<servlet-name>notificationservice</servlet-name>
<servlet-class>
com.iplanet.services.comm.client.PLLNotificationServlet
</servlet-class>
</servlet>
<servlet>
<servlet-name>ServiceConfigServlet</servlet-name>
<servlet-class>
ServiceConfigServlet
</servlet-class>
</servlet>
<servlet>
<servlet-name>UserProfileServlet</servlet-name>
<servlet-class>
UserProfileServlet
</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>
notificationservice
</servlet-name>
<url-pattern>
/notificationservice
</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ServiceConfigServlet</servlet-name>
<url-pattern>/SCS</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>UserProfileServlet</servlet-name>
<url-pattern>/UserProfile</url-pattern>
</servlet-mapping>
</web-app>