Configuring Tomcat to deploy a WAR on every start -
i have .war file produced build system have simlinked under tomcat web apps directory
ln -s ~/build/mywar.war mywar.war the timestamp on sim link doesn't update when rebuild war file tomcat doesn't auto deploy after rebuild.
is possible configure tomcat re deploy war (removing previous unpacked directory) every time perform cassandra start?
try adding touch command (touch symlink) in init script. workaround in development environment work
Comments
Post a Comment