You can create the itim_ws.war file by using the build scripts in
the /examples directory.
Before you begin
Before you compile the examples, the WAS_HOME environment variable must be
set to the WebSphere Application Server home directory.
About this task
To build only the SSO application, specify sso_sample as the target when
you build the examples. For example, when you issue the build sso_sample command
on Windows operating systems, or the ./build.sh sso_sample command on UNIX
operating systems, it creates the itim_ws.war file.
You must re-create the itim_ws.war file if you change the source of the SSO
application.
Procedure
-
Log in as a user in the IBM Verify Identity Governance.
-
Open a command prompt.
-
Change directories to
ITIM_HOME/extensions/RELEASE_VERSION/examples.
-
Compile the source code. Type one of the following commands
- On Windows operating systems
build
- On UNIX operating systems
build.sh
The command compiles the Java classes into the following files.
- ITIM_HOME/extensions/RELEASE_VERSION/lib/examples.jar
- ITIM_HOME/extensions/RELEASE_VERSION/examples/self_care/itim_expi.war
- ITIM_HOME/extensions/RELEASE_VERSION/examples/selfregistration/sr.war
- ITIM_HOME/extensions/RELEASE_VERSION/examples/ws/SSOSample/itim_ws.war
What to do next
Some examples require that the examples.jar file is available on the
classpath of the application server. See Adding the examples.jar file to the class path