On 25/09/2013 09:22, Ralph Schaer wrote:
> Hi
> 
> I'm fiddling with the latest Tomcat 8.0.0-RC3 and get the following WARNING
> log message. This happens on Windows and on Linux.
> I created a simple maven project:
> https://github.com/ralscha/tomcat8warning that
> demonstrates the problem.
> 
> Clone it, create a war with mvn package and copy the war into the webapps
> directory. Open conf/server.xml and change unpackWARs to false.
> 
>       <Host name="localhost"  appBase="webapps"
>             unpackWARs="false" autoDeploy="true">
> 
> 
> Then start Tomcat and the following warning message appears in the logs.
> This only happens with unpackWARs="false". When this option is true the
> warning does not appear.
> It also only happens with 8.0.0-RC3. The previous alpha version (8.0.0-RC1)
> does not show this warning. Anybody noticed a similar problem?

I've been refactoring the resource handling for packed WAR files. It
looks like this might be related.

I'll take a look.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to