Unfortunately I get an exception on startup:
ERROR: AbstractConfigurationLoader null
Javax.xml.bind.PropertyException
At util.properties.ProjectProperty.readFile(ProjectProperty.java:106)
In the docs you mention about some configuration url that need to be done, but a little debugging shows that the filename is config.xml which looks like
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<!-- this is non dynamic loadable configuartion file -->
<!-- values in here will only be loaded during tomcat startup -->
<!-- changes need tomcat restart to effect-->
<properties>
<!-- switch to enable/disable metrics support -->
<entry key="metrics">false</entry>
</properties>
And is totally valid.
Do you have any idea what the issue might be here. Feel free to answer in German as I am Berlin based.
Best regards and thanks for your help.
Roman
Unfortunately I get an exception on startup:
ERROR: AbstractConfigurationLoader null
Javax.xml.bind.PropertyException
At util.properties.ProjectProperty.readFile(ProjectProperty.java:106)
In the docs you mention about some configuration url that need to be done, but a little debugging shows that the filename is config.xml which looks like
And is totally valid.
Do you have any idea what the issue might be here. Feel free to answer in German as I am Berlin based.
Best regards and thanks for your help.
Roman