Previous Topic: Remove SiteMinder References From IWS and ServletExec Files

Next Topic: ServletExec/AS—Remove Policy Server References from StartServletExec

Sun Java System—Remove SiteMinder References From obj.conf/magnus.conf

To remove SiteMinder references

  1. Log in with an account that has privileges to access and modify the configuration of the web server.
  2. At the Solaris command line, go to the
    SunJavaSystem_home/https-<hostname>/config folder and remove the following lines from the obj.conf file:

    NameTrans fn="assign-name" from="/servlet/*" name="ServletExec_instance name"

    NameTrans fn="assign-name" from="*.jsp*" name="ServletExec_instance name"

    NameTrans fn="pfx2dir" from="/sitemindermonitor" dir="/siteminder_home/monitor"

    NameTrans fn="pfx2dir" from="/sitemindercgi" dir="/siteminder_home/admin" name="cgi"

    NameTrans fn="pfx2dir" from="/siteminder" dir="/siteminder_home/admin"

    NameTrans fn="pfx2dir" from="/netegrity_docs" dir="/netegrity/netegrity_documents"

    <Object name="ServletExec_instance name">
    Service fn="ServletExecService" group="ServletExec_instance name"
    </Object>

  3. Save and close the obj.conf file.
  4. Remove the following lines from the magnus.conf, located in the same folder as the obj.conf.

    Init fn="init-cgi" SM_ADM_UDP_PORT="44444" SM_ADM_TCP_PORT="44444"

    Init fn="load-modules" shlib="/Servlet_Exec_Install/bin/ServletExec_Adapter.so" funcs="ServletExecInit,ServletExecService"

    Init fn="ServletExecInit"ServletExec_instance name.instances="IP_Address:port"

  5. Save and close the magnus.conf file.
  6. Restart the Web server.