Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Pre-Installation Tasks
  4. Hub Store Installation
  5. Hub Store Post-Installation Tasks
  6. Hub Server Installation
  7. Hub Server Post-Installation Tasks
  8. Process Server Installation
  9. Process Server Post-Installation Tasks
  10. ActiveVOS Post-Installation Tasks for the Application Server
  11. ActiveVOS Post-Installation Tasks for the Business Entity Adapter
  12. Customize ActiveVOS
  13. Resource Kit Installation
  14. Resource Kit Post-Installation Tasks
  15. Troubleshooting the MDM Hub
  16. Uninstallation

Installation Guide for Oracle Database with IBM WebSphere

Installation Guide for Oracle Database with IBM WebSphere

Edit the sip_ant Script

Edit the sip_ant Script

After you perform the installation tasks, edit the sip_ant script.
  1. Open the
    sip_ant
    script in a text editor.
    The
    sip_ant
    script is in the following directory:
    On UNIX.
    <Resource Kit install directory>/deploy/bin
    On Windows.
    <Resource Kit install directory>\deploy\bin
  2. Find the line similar to the following:
    On UNIX.
    "$JAVA_HOME/bin/java" $USER_INSTALL_PROP -Xms128m -Xmx1024m -classpath "%WAS_CLASSPATH%;
    On Windows.
    "%JAVA_HOME%\bin\java" %USER_INSTALL_PROP% -Xms128m -Xmx1024m -classpath "%WAS_CLASSPATH%;
  3. Replace with the code similar to the following to set the JAVA_HOME:
    On UNIX.
    "$JAVA_HOME/bin/java" -Djava.endorsed.dirs="<WebSphere installation directory>\endorsed_apis" $USER_INSTALL_PROP -Xms128m -Xmx1024m -classpath "%WAS_CLASSPATH%;
    On Windows.
    "%JAVA_HOME%\bin\java" -Djava.endorsed.dirs="<WebSphere installation directory>\endorsed_apis" %USER_INSTALL_PROP% -Xms128m -Xmx1024m -classpath "%WAS_CLASSPATH%;
  4. Save the changes and close the
    sip_ant
    script.

0 COMMENTS

We’d like to hear from you!