Previous Topic: Password Services ImplementationsNext Topic: Uninstall a Web Agent


How to Set Up Your Environment for JSP Password Services

To use Password Services with JSP forms, you must modify your web server and servlet engine using the following process:

  1. Add the the following password-services JAR files to the servlet engine classpath:
    web_agent_home\jpw\jpw.jar
    web_agent_home\Java\servlet.jar
    web_agent_home\Java\ cryptoj.jar
    
  2. Update the file that invokes your servlet engine to invoke the JSP Password Services servlet by adding the following line:
    /siteminderagent/pwservlet/PSWDChangeServlet=PSWDChangeServlet
    
  3. Configure your servlet engine for JSP Password Services. See the documentation for your Servlet engine for more information.

    Note: For a list of supported servlet engines, see the SiteMinder support matrix at http://ca.com/support.

More Information

How to Configure the ServletExec Servlet Engine for JSP Password Services for an IIS Web Server