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

            Bug ID: 61877
           Summary: use web.xml from CATALINA_HOME by default
           Product: Tomcat 8
           Version: 8.5.x-trunk
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: yahoono...@gmail.com
  Target Milestone: ----

When using separate CATALINA_HOME and CATALINA_BASE directories, some config
files default to the copy from HOME/conf if there is none in BASE/conf.
Apparently web.xml is not one of these. Documentation doesn't say that it needs
copying, but without copying it to BASE the following appears in the catalina
log file :

INFO ... org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No
global web.xml found


Startup continues without further errors, but accessing any webapp (including
manager) yields a 404. 

Please allow catalina to default to HOME/conf/web.xml if BASE/conf/web.xml is
not present.

-- 
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