Quick Start for ActiveVOS Server

Installation and Preparation

  1. Download and obtain a license for ActiveVOS Server from www.activevos.com.
  2. Download and run the ActiveVOS installation.
  3. If you haven't done so already, review QuickStart.pdf in the root of the ActiveVOS installation to help you get started.
  4. To configure and deploy a server, open quickstart_server.html, which directs you to the file you are reading now.
  5. Review the prerequisites and release notes for ActiveVOS Server by selecting the links in the navigation bar on the left.

Pre-Configuration

  1. Create a database (or tablespace) for ActiveVOS Server. Select the Configuration link in the navigation bar for details.
  2. Collect the following information that you will be prompted for during configuration:
  3. For an upgrade installation of ActiveVOS Server, manually install the database schema. Review the Configuration details page selecting the link in the navigation bar on the left. For a new installation, you can automatically install the database schema during configuration.
  4. Ensure that the JAVA_HOME environment variable is set.
  5. NOTE FOR TOMCAT AND JBOSS: To avoid issues with multiple JDKs, we recommend that you set JAVA_HOME in the application server startup file instead of in the system environment.

  6. Ensure that your JVM memory settings in your application server match the recommendations described in Prerequisites.
  7. NOTE FOR WEBLOGIC: To configure MultiSite clustering, be sure to review the instructions in ActiveVOS Server MultiSite Configuration. Access the instructions from the Configuration link in the navigation bar on the left.

Configuration and Deployment

  1. In your ActiveVOS' installation folder, locate the [server]-config>bin folder, and select the config-deploy utility.
  2. Complete the configuration and deployment. Use the online Help as needed.
  3. Use your server container's documentation for help in starting the ActiveVOS server.

Add Your License

  1. Have your license handy. The license information is emailed to the person who requested it.
  2. Open the ActiveVOS Console in a Web browser:
  3. http://[host]:[port]/activevos

  4. Add your license on the License page. Select the Admin menu item of the ActiveVOS Console and then select License. Select Add and copy and paste the entirety of the ActiveVOS Server license in the dialog. Then select the Server Status navigation menu item and select Start Server to start the ActiveVOS Server.
Back to top