User:Paulpehrson/Sandbox/Community Services Getting the Simulator
Getting the Simulator
The simulator runtime environment and all dependents are available from WHERE ???.
To start the simulator you will need Java Development Kit 1.5 or above.
The Simulator requires that you specify a configuration file by passing a single parameter which is the path to the configuration file that should be used. This has two formats. It can be a path on the machine like myApp.xml which would be a file assumed to be in the current directory. Alternatively, it can be fully qualified.
Typical command line to start the SSO Simulator:
java -server -Xmx128m -jar SSOSim-4.8.jar myApp.xml
Previous Page: Configuring the SSO Environment Simulator