cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying java classes

rdiaz1
Champ in-the-making
Champ in-the-making
Hi there,

I´ve got to deploy my bpmn20.xml documents with the API Rest and it works without problems, but now I wonder how can I deploy all custom classes used in my process. Because in the user guide you say explicitly that this classes should be present on the engine's classpath and, how can i do this if the engine runs in another machine? The service Rest doesn´t offer me this service, does it?


Tanks in advance
2 REPLIES 2

frederikherema1
Star Contributor
Star Contributor
RDiaz,

Currently, there is no way of deploying java-classes via Rest or the API.

In the future we would like to make it possible to load custom java-classes that are present in the deployed .bar files, but no specific timing on that for now.

jbarrez
Star Contributor
Star Contributor
So if your process engine is running on a remote tomcat, you need to make sure the classes are added to the classpath on that Tomcat.