Complete the following steps to set up WebSphere Application Server:
Before you begin
▪ Verify that a supported version of WebSphere Application Server is installed.
▪ Make sure that the database schema and the table spaces for Focal Point are created.
▪ If you are using an Oracle database, copy the ojdbc6.jar file that are available in the Oracle installation directory to the following folder:
Websphere install directory/lib
Ensure that delete the old ojdbc*.jar files from this location.
▪ If you are upgrading Focal Point, clear the server cache.
▪ Make sure that the required memory space is available on the computer. If memory space is insufficient, the application server cannot start.
▪ Make sure that you have a profile created in WebSphere Application Server. If you are installing Focal Point and CLM applications on the same WebSphere Application Server, ensure that you install them on different WebSphere Application Server profiles.
Procedure
1 On the WebSphere Integrated Solutions Console, update the JVM arguments, which can be set to control aspects of the server behavior.
▪ Click Servers > Server Types > WebSphere Application Servers.
▪ Select the application server you want to configure.
▪ In the Server Infrastructure section, click Java and Process Management > Process definition.
▪ In the Additional Properties area, click Java Virtual Machine.
▪ In the Initial Heap and Maximum Heap Size fields, specify the amount of dynamic memory to be made available to the JVM.
For example: A system with 8 GB free memory can have the initial heap size of 4096 MB and the maximum heap size can be 4096 MB.
▪ In the Generic JVM argument field, add these Java arguments:
-Dclient.encoding.override=UTF-8 -DJAZZ_HOME= file:///Focal Point installation directory in the encoded URL format/server/conf -Dsun.rmi.dgc.server.gcInterval=3600000000 -Dsun.rmi.dgc.client.gcInterval=3600000000 -Dcom.ibm.team.repository.service.oauth.legacyModeFronting= true