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

Remy Maucherat <r...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |INVALID

--- Comment #9 from Remy Maucherat <r...@apache.org> ---
ConfigurationSource.DEFAULT is a very bare bones default that is not part of
Catalina. Catalina is the component that uses the CATALINA_BASE env variable
(as the name implies). The ConfigurationSource implementation that implements
this behavior is org.apache.catalina.startup.CatalinaBaseConfigurationSource
which should be properly setup by the Catalina startup. If you are using some
exotic environment, then you need to either setup Catalina properly or
implement a ConfigurationSource that works for your environment.

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