Sun Identity Manager 8.1 Installation

On Windows

Enter the following series of commands:

set JAVA_HOME=Path to JDK
cd ApplicationDeploymentDirectory

where ApplicationDeploymentDirectory is the directory where your application server is deployed. For example, for a Tomcat installation, change directory to c:\tomcat-5.5.3\webapps.

mkdir idm (or any other directory name)
cd idm
set WSHOME=ApplicationDeploymentDirectory\idm
jar– xvf %CDPATH%\idm.war

Note –

Make sure the value of the WSHOME environment variable does NOT contain the following:

Do not use quotation marks, even if the path to the application deployment directory contains spaces.