OpenSSO < Projects < TWiki

TWiki . Projects . OpenSSO

OpenSSO Wiki

OpenSSO wiki is now located at: http://wikis.sun.com/display/OpenSSO

Community Members page

If you are a user, developer, observer, editor or a member of the opensso project, please add yourself to the CommunityMembers page so oether people can identity your emails and other activity.

OpenSSO Setup

This document tries to explain the installation setup for OpenSSO with Apache agent and the access manager installed on tomcat.

Sun JDK 1.5.0
Apache Tomcat 5.5.20
Apache Web Server 2.0.59
Windows 2000 server

Setup of Access Manager - Copy opensso.war file under /webapps folder - Get the machine fully qualified host name like "abc.foo.com" - Open the opensso admin screen in the browser using the following url http://abc.foo.com:7070/opensso/UI/Login

The first screen that comes will ask for location for data file etc. The details file holds policies and user identity details. The admin password is configured in this screen, make sure you remember the password.

- Logout and Login with default user as amadmin and passoword that you entered in the config screen.

-- Main.docteger - 11 Oct 2006

* CommunityComments

-- Main.bmathew06 - 07 Dec 2006

* Leave DocFeedback.

-- Main.bmathew06 - 07 Dec 2006

-- Main.bmathew06 - 07 Dec 2006

-- Main.bmathew06 - 07 Dec 2006

*If you get an error regarding Java Heap Size/Space while using Tomcat, increase the Java Heap Size. Using Apache Tomcat Monitoring tool, set the Initial and Maximum memory pool. 512MB worked for me. Else edit "tomcat-install/bin/catalina.sh or catalina.bat" and set CATALINA_OPTS to "-Xms512m -Xmx512m".

-- Main.raarjun - 14 Sep 2007

----- Revision r18 - 29 Sep 2008 - 21:59:39 - Main.kevinserwin