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

Remy Maucherat <[email protected]> changed:

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

--- Comment #9 from Remy Maucherat <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to