Sun GlassFish Web Space Server 10.0 OpenSSO Add-On Guide

ProcedureTo Uninstall the OpenSSO Add-On

  1. Stop the Web Space Server domain.

  2. Change to the webspace_dir/var/webspace/war-workspace/customs/webspace/WEB-INF/classes directory and modify the portal-ext.properties file.

    1. Remove the OpenSSO Add-On entry from application.startup.events:


      com.sun.portal.opensso.startup.OpenssoAddonStartupAction
    2. Remove all properties related to OpenSSO.

      The complete list of properties is available in the portal-ext.properties.template file located in webspace_dir/webspace/opensso/templates.

  3. Change to the webspace_dir/var/webspace/war-workspace/customs/webspace/WEB-INF directory and remove all the <filter> and <filter-mapping> entries named AM Filter.

  4. Change to the webspace_dir/var/webspace/war-workspace/customs/webspace/WEB-INF/lib directory and remove the following two files:

    • openssoclientsdk-8.0.b6.jar

    • opensso-login-filters.jar

  5. Change to the webspace_dir/var/webspace/war-workspace directory and run the synchronize.xml Ant script.


    ant -f synchronize.xml
    

    This rebuilds the Web Space Server webspace.war file.

  6. Restart the Web Space Server domain and launch the Sun GlassFish Enterprise Server admin console.

    For example:


    http://fooserver:4848
  7. Navigate to the Web Applications node and undeploy the communitymapperportlet.war and opensso-web.war applications.

  8. Stop the Web Space Server domain.

  9. Change to the glassfish_dir/domains/<webspaceserver_domain>/lib directory and remove the opensso-web-service.jar file.

  10. Restart the Web Space Server domain.