Installation guide

How to Configure the ServletExec Servlet Engine for JSP Password Services on a Sun Java System Web Server
in the UNIX Operating Environment
Chapter 11: Password Services 159
4. Start the ServletExec Servlet engine, and then use its Administrative
interface to do the following:
Note: You can access the ServletExec documentation on the New Atlanta
Web site.
a. Add the following servlets:
Servlet Name: PSWDChangeServlet
Servlet Class: PSWDChangeServlet
b. Add the following Servlet Alias:
alias: /siteminderagent/pwservlet/PSWDChangeServlet
Servlet Name: PSWDChangeServlet
5. Make the following changes to the magnus.conf file of the Sun Java System
server instance on which your Web Agent runs:
a. For the following line, change the IP address and port number to match
the address for the Agent system that you already defined:
Init fn="ServletExecInit" instance_name.instances="IP_address:7777"
6. Add the following entry to the obj.conf file the Sun Java System server
instance on which your Web Agent runs:
NameTrans fn="assign-name" from="/siteminderagent/pwservlet/PSWDChangeServlet"
name="instance_name"
Insert the entry into the following block:
<Object name="default">
AuthTrans fn="SiteMinderAgent"
NameTrans fn="assign-name" from="/servlet/*" name="instance_name"
NameTrans fn="assign-name" from="/siteminderagent/pwservlet/PSWDChangeServlet"
name="instance_name"
-----
-----
</Object>
7. Restart the Sun Java System web server, and then start the ServletExec
Servlet engine.