Table of Contents

Search

  1. Preface
  2. Apache Tomcat
  3. WebLogic
  4. IBM Websphere
  5. JBoss
  6. SameSite attribute in cookies

Server Installation, Configuration, and Deployment

Server Installation, Configuration, and Deployment

Installation Checklist

Installation Checklist

This section provides a list of most of the items that you should either have completed or information noted prior to attempting to install Process Server.
Hardware
  • Server hardware must meet the requirements listed for each third-party application, including server container, database server and Java environment.
Software
  • A user account with administrative rights to install or manage all required software including the application and database servers and the Process Server.
  • A supported database server installed and accessible.
  • The supported Server container installed on each machine intended to host Process Server.
  • JVM Memory arguments have been added to your
    environment variable:
    -Xms256m -Xmx1024m -XX:MaxPermSize=384m
    . (See Prerequisites.)
  • Process Server must be configured for WS-Security. (See Configuring Process Server for WS-Security.)
  • In your Identity Service (JDBC, LDAP, or XML), add the
    abTaskClient
    role to each Process Central user. This security role, described in the
    web.xml
    file, is required for access to Process Central.
  • On the URN Mappings page of the Process Console, update the host and port for Process Central to match your installation, if needed. The default address is
    http://localhost:8080/activevos-central/avc
    .
License Information
  • Valid license keys for the total number of sockets intended to host Process Server.
Database Information
  • Permissions must be set for Process Server to access your schema. For example,
    GRANT SELECT
    ,
    INSERT
    ,
    UPDATE
    ,
    DELETE
    ,
    CREATE
    ,
    DROP
    ,
    REFERENCES
    ,
    INDEX
    ,
    ALTER
    ,
    CREATE TEMPORARY TABLES
    ,
    LOCK TABLES
    ,
    EXECUTE
    ,
    CREATE VIEW
    ,
    SHOW VIEW
    ,
    CREATE ROUTINE
    , and
    ALTER ROUTINE
    .
  • For WebLogic and WebSphere, configuration of a JNDI data source.
  • The URL to use to connect to the Process Server database.
  • The database user name and password to be used by Process Server to connect to the database.
  • If you are using an Oracle database, the Process Server tablespace created.
  • For RDBMS, if you are not using the database driver and information supplied with the Application Server you must also have the following two:
    • A JDBC database driver that provides the required functionality.
    • The class name of the JDBC database driver.
Server Container Information
  • The installation location of your Server containers.

0 COMMENTS

We’d like to hear from you!