https://bz.apache.org/bugzilla/show_bug.cgi?id=58754

--- Comment #3 from gavenkoa <gaven...@gmail.com> ---
Thanks for support!

This your help I discover that Debian package maintainers supply
/usr/share/tomcat8-root/default_root/META-INF/context.xml with content:

  <Context path="/" 
    antiResourceLocking="false" />

That warning shown only during Tomcat restart, so I wrongly interpret results
of my application hot redeploys.

Filed to Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808378

Just for future reference, docs say:

  https://tomcat.apache.org/tomcat-8.0-doc/config/context.html

  If the context path is the empty string them the base name will be ROOT
  (always in upper case) otherwise the base name will be the context path with
  the leading '/' removed and any remaining '/' characters replaced with '#'.

Using "/" as path may result that context will not be deployed:

 
http://stackoverflow.com/questions/7276989/howto-set-the-context-path-of-a-web-application-in-tomcat-7-0

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to