Installation guide
How to Configure the ServletExec Servlet Engine for JSP Password Services for an IIS Web Server
Chapter 11: Password Services 157
How to Configure the ServletExec Servlet Engine for JSP
Password Services for an IIS Web Server
To configure the ServletExec Servlet Engine for SiteMinder JSP-based Password
Services, use the following process:
Note: You can access the ServletExec documentation on the New Atlanta Web
site.
1. Open the ServletExec Administration interface.
2. Add the following items to the classpath of the virtual machine:
web_agent_home\jpw\jpw.jar
web_agent_home\java\jsafe.jar
web_agent_home
Indicates the directory where the Web Agent is installed.
Default (Windows installations): C:\Program Files\CA\webagent
Default (UNIX installations): /opt/ca/webagent
3. Make the following modifications to the top-level web.xml file of your web
application.
a. Add the following servlet:.
■ Servlet Name: PSWDChangeServlet
■ Servlet Class: PSWDChangeServlet
b. Create the following servlet mapping:
■ URL pattern: /siteminderagent/pwservlet/PSWDChangeServlet
■ Servlet Name: PSWDChangeServlet
4. Repeat Step 3 for each web.xml file of your web application.