WARNING - Work in Progress - It is not Bug Free! Use with Caution. This repository contains Dockerfiles and accompanying scripts that allow deployment of sw360 via docker
Eclipse Public License 1.0
13
stars
18
forks
source link
fix(tomcat): Make hot-deployment work reliably #78
This change makes sure that the directory to be watched for changes in
the deployment actually exists. This seems to be necessary, as otherwise
no deployment is done.
This change makes sure that the directory to be watched for changes in the deployment actually exists. This seems to be necessary, as otherwise no deployment is done.
Resolves #77