Logback nicht finden konnten, eine externe property-Datei Ressource

Ich bin mit logback version 1.0.13.
Zu Lesen, externen property-Ressource von logback verwendet habe ich einen JNDI-Eintrag (definiert im Tomcat Context) :

...
<insertFromJNDI env-entry-name="java:comp/env/app.config.path" as="app.config.path" /> 
<property resource="${app.config.path}" />
....

Problem : logback nicht finden meine JNDI-Ressource : ${app.config.path}= " file:///D:/temp/Anwendung.Eigenschaften

ERROR in ch.qos.logback.core.joran.action.PropertyAction - Could not find resource [file:///D:/temp/application.properties]

nicht mit anderen URLs wie : file://D:/, file:/D:/, file:////D:/,...

Irgendwelche Vorschläge?

InformationsquelleAutor Slim BH | 2014-02-06
Schreibe einen Kommentar