cancel
Showing results for 
Search instead for 
Did you mean: 

deploy custom classes (task etc.) on tomcat require restart?

galrub
Champ in-the-making
Champ in-the-making
Hello all,

we are evaluating the use of the container, do we need to restart the
Server (Tomcat, run.start…) every we build the jar.
we already tried to copy the jar to the lib path of both the rest and explorer WEB-INF/lib but
the server only recognized the jar in the classpath after restart.

is this tomcat limitation or is it framework limitation?
can something be done?

Thanks,
G
3 REPLIES 3

frederikherema1
Star Contributor
Star Contributor
Tomcat limitation, and basically, most of the container's limitations. Using OSGI, for example, can overcome this issue…

galrub
Champ in-the-making
Champ in-the-making
Tomcat limitation, and basically, most of the container's limitations. Using OSGI, for example, can overcome this issue…

is there any example/tutorial of OSGI + Activiti?

(google seems to b quite thing when it comes to Activiti subject)

many thanks

frederikherema1
Star Contributor
Star Contributor
I would recommend the Activiti in Action Book, By Tijs Rademakers.