sw360 / sw360chores

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

Closed oheger-bosch closed 4 years ago

oheger-bosch commented 4 years ago

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