woolplatform / wool

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

WOOL Web Service: Better error messaging on missing users.xml file #115

Open hopdenakker opened 2 years ago

hopdenakker commented 2 years ago

When attempting to deploy either of the two web services (WOOL Web Service or the External Variable Service Dummy) without having a users.xml file in the right place, the gradle deploy task will fail without a useful error message, and no error message is written to the web service's own log. The cause of the failure to deploy can only be found in the Tomcat catalina logs.

It would be better if an error message can be written to the web service's own logs.