ActiveVOS Server User’s Guide

Deploying Custom Invoke Handler Files

Follow the instructions for deploying a custom invoke handler to ActiveVOS Server.

ActiveVOS Server for Apache Tomcat:

  1. Copy your JAR file to [Tomcat installation folder]/shared/lib
  2. Deploy your BPR file using the ActiveVOS Server Administration Console or ActiveVOS Designer.
  3. Restart Tomcat.

ActiveVOS Server application servers that support EARs:

  1. Copy your EAR file into your J2EE application server’s deploy server. For example in JBoss, deploy to [JBoss installation folder]/server/ActiveVOS server/deploy
  2. Deploy your BPR file using the ActiveVOS Server Administration Console or ActiveVOS Designer.

Note: You can deploy the Java class to the ActiveVOS Server, but you must ensure that the class is on the classpath of the server EAR file.