https://bz.apache.org/bugzilla/show_bug.cgi?id=62172
--- Comment #2 from Alexander Veit <alexand...@gmx.net> --- In our code which embeds Tomcat, I've used Path dirDocBase; .. = dirDocBase.resolve(Constants.ApplicationWebXml); It resolves to /WEB-INF/web.xml which is an absolute path, starting at the root of the file system. But maybe the constant class is intended for internal use only. Then I would be fine with not using this class. -- 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