Installation and Upgrade Guides › Web Agent Installation Guide › Password Services › How to Configure the ServletExec Servlet Engine for JSP Password Services for an IIS Web Server
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.
- Open the ServletExec Administration interface.
- 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
- Make the following modifications to the top-level web.xml file of your web application.
- Add the following servlet:.
- Servlet Name: PSWDChangeServlet
- Servlet Class: PSWDChangeServlet
- Create the following servlet mapping:
- URL pattern: /siteminderagent/pwservlet/PSWDChangeServlet
- Servlet Name: PSWDChangeServlet
- Repeat Step 3 for each web.xml file of your web application.