Server User Guide > Custom Invoke Handlers > Deploying Custom Invoke Handler Files
  

Deploying Custom Invoke Handler Files

Follow these instructions for deploying a custom invoke handler to Process Server.
Process Server for Apache Tomcat:
  1. 1. Copy your JAR file to [Tomcat installation folder]/lib.
  2. 2. Deploy your BPR file using the Process Console or Process Developer.
  3. 3. Restart Tomcat.
Process Server Application Servers that Support EARs:
  1. 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. 2. Deploy your BPR file using the Process Console or Process Developer.
Note: You can deploy the Java class to the Process Server, but you must ensure that the class is on the classpath of the server EAR file.