woolplatform / wool

The WOOL dialogue language description and tools.
MIT License
1 stars 0 forks source link

WOOL Misc: Remove unused gradle configuration parameters #100

Closed hopdenakker closed 3 years ago

hopdenakker commented 3 years ago

Please describe your issue below: Gradle .properties files and build.gradle files in the WOOL Web Service project define parameters for deploying to a local Tomcat server - which can also be achieved using the "remote tomcat deployment" configuration. As discussed with @dennishofs - maybe its better to remove these parameters (see below) and the references in the build.gradle file

localTomcatContainerId=tomcat8x
localTomcatPort=8080
localTomcatAjpPort=8009
localTomcatHomeDir=C:\\Program Files\\Apache Software Foundation\\Tomcat 8.5