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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -