diff --git a/hotswap-agent.properties b/hotswap-agent.properties
index db38a6b..562428d 100644
--- a/hotswap-agent.properties
+++ b/hotswap-agent.properties
@@ -40,14 +40,14 @@ watchResources=/var/lib/tomcat/dev/classes; \
# This setting is dependent on application server plugin(Jetty, Tomcat, ...).
# Jboss and Glassfish are not yet supported.
# Use this setting to set to serve resources from source directory directly (e.g. src/main/webapp).
-webappDir=/var/lib/tomcat/dev/web; \
-/var/lib/tomcat/dev/web-extra1; \
-/var/lib/tomcat/dev/web-extra2; \
-/var/lib/tomcat/dev/web-extra3; \
-/var/lib/tomcat/dev/web-extra4; \
-/var/lib/tomcat/dev/web-extra5; \
-/var/lib/tomcat/dev/web-extra6; \
-/var/lib/tomcat/dev/web-extra7
+webappDir=/var/lib/tomcat/dev/web
+#/var/lib/tomcat/dev/web-extra1; \
+#/var/lib/tomcat/dev/web-extra2; \
+#/var/lib/tomcat/dev/web-extra3; \
+#/var/lib/tomcat/dev/web-extra4; \
+#/var/lib/tomcat/dev/web-extra5; \
+#/var/lib/tomcat/dev/web-extra6; \
+#/var/lib/tomcat/dev/web-extra7
# Comma separated list of disabled plugins
diff --git a/pom.xml b/pom.xml
index b7fe9d3..29b7cf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
- 9.0.44
+ 9.0.45
9
https://apache.osuosl.org/tomcat
diff --git a/setenv.sh b/setenv.sh
index 99cb4d2..9945e39 100644
--- a/setenv.sh
+++ b/setenv.sh
@@ -1,2 +1,3 @@
#!/bin/sh
CATALINA_OPTS="${JAVA_OPTS} ${CATALINA_OPTS}"
+JAVA_OPTS=""