Sumário

Search

  1. Prefácio
  2. Visão Geral da Instalação
  3. Tarefas de Pré-instalação
  4. Instalação do Armazenamento de Hub
  5. Instalação do Servidor de Hub
  6. Tarefas de Pós-instalação do Servidor de Hub
  7. Instalação do Servidor de Processos
  8. Tarefas de Pós-instalação do Servidor de Processos
  9. Tarefas pós-instalação do ActiveVOS no servidor de aplicativos
  10. Tarefas de Pós-instalação do ActiveVOS para o Adaptador de Entidades Comerciais
  11. Personalizar o ActiveVOS
  12. Instalação do Kit de Recursos
  13. Tarefas de Pós-Instalação do Kit de Recursos
  14. Solucionando Problemas com o MDM Hub
  15. Desinstalação

Installation Guide for Microsoft SQL Server with IBM WebSphere

Installation Guide for Microsoft SQL Server 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 Windows.
    <Resource Kit install directory>\deploy\bin
  2. Find the line similar to the following:
    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 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.