deploy custom classes (task etc.) on tomcat require restart?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2012 09:28 AM
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
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
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2012 04:09 AM
Tomcat limitation, and basically, most of the container's limitations. Using OSGI, for example, can overcome this issue…
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2012 04:40 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2012 04:42 AM
I would recommend the Activiti in Action Book, By Tijs Rademakers.
