not using hotswap plugins; passthru

This commit is contained in:
2021-06-02 14:33:31 -04:00
parent 22546bee71
commit 82b3c68d21
4 changed files with 1 additions and 5 deletions

View File

@@ -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 mkdir web web-extra1 web-extra2 web-extra3 web-extra4 web-extra5 web-extra6 web-extra7
# Add our Docker container initialization script # 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 ADD setenv.sh /usr/local/bin/${project.artifactId}-setenv.sh
COPY docker-entrypoint.sh /usr/local/bin COPY docker-entrypoint.sh /usr/local/bin
RUN chmod 755 /usr/local/bin/docker-entrypoint.sh RUN chmod 755 /usr/local/bin/docker-entrypoint.sh

View File

@@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
. /usr/local/bin/tomcat-rad-setenv-bootstrap.sh
. /usr/local/bin/java-dcevm-hotswap-setenv.sh . /usr/local/bin/java-dcevm-hotswap-setenv.sh
. /usr/local/bin/tomcat-rad-setenv.sh . /usr/local/bin/tomcat-rad-setenv.sh

View File

@@ -52,7 +52,7 @@ webappDir=/var/lib/tomcat/dev/web
# Comma separated list of disabled plugins # Comma separated list of disabled plugins
# Use plugin name - e.g. Hibernate, Spring, ZK, Hotswapper, AnonymousClassPatch, Tomcat, Logback .... # 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. # Watch for changed class files on watchResources path and reload class definition in the running application.
# #

View File

@@ -1,2 +0,0 @@
#!/bin/sh
DISABLE_HOTSWAP_PLUGINS=Hibernate