Hi.

We have Tomcat with:

        <Host
          name="localhost"
          appBase="webapps"
          unpackWARs="false"
          autoDeploy="false"
          deployOnStartup="true" >

While startup I got ERROR in log:

14-07-22 15:13:01,551+0100 > 289   INFO
 [com.***.listener.PropertiesConfigListener] (main:) Adapter is a log4j
adapter ?org.slf4j.impl.Log4jLoggerAdapter
14-07-22 15:13:01,552+0100 > 290   ERROR
[com.***.listener.PropertiesConfigListener] (main:) Exception getting
codebase versionjava.io.FileNotFoundException: META-INF/MANIFEST.MF (No
such file or directory)

I understood, that PropertiesConfigListener can't find path to this file,
but - it can't get MANIFEST.MF from inside WAR-file?

Any tips - how it can be fixed?

Thanks.

Reply via email to