not using hotswap plugins; passthru
This commit is contained in:
@@ -26,7 +26,6 @@ RUN cd /var/lib/tomcat/dev && \
|
||||
mkdir web web-extra1 web-extra2 web-extra3 web-extra4 web-extra5 web-extra6 web-extra7
|
||||
|
||||
# Add our Docker container initialization script
|
||||
ADD setenv-bootstrap.sh /usr/local/bin/${project.artifactId}-setenv-bootstrap.sh
|
||||
ADD setenv.sh /usr/local/bin/${project.artifactId}-setenv.sh
|
||||
COPY docker-entrypoint.sh /usr/local/bin
|
||||
RUN chmod 755 /usr/local/bin/docker-entrypoint.sh
|
||||
|
@@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
. /usr/local/bin/tomcat-rad-setenv-bootstrap.sh
|
||||
. /usr/local/bin/java-dcevm-hotswap-setenv.sh
|
||||
. /usr/local/bin/tomcat-rad-setenv.sh
|
||||
|
||||
|
@@ -52,7 +52,7 @@ webappDir=/var/lib/tomcat/dev/web
|
||||
|
||||
# Comma separated list of disabled plugins
|
||||
# Use plugin name - e.g. Hibernate, Spring, ZK, Hotswapper, AnonymousClassPatch, Tomcat, Logback ....
|
||||
disabledPlugins=${hotswap.disabledPlugins}
|
||||
disabledPlugins=${hotswap.disablePlugins}
|
||||
|
||||
# Watch for changed class files on watchResources path and reload class definition in the running application.
|
||||
#
|
||||
|
@@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
DISABLE_HOTSWAP_PLUGINS=Hibernate
|
Reference in New Issue
Block a user