https://issues.apache.org/bugzilla/show_bug.cgi?id=48543

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> 2010-01-14 
14:27:04 UTC ---
(In reply to comment #0)
> Summary:
> 
> The catalina.config property (which specifies an alternate location for the
> information contained in catalina.properties) only understands a full URL.
> 

Relative URLs are also allowed.

E.g., the following works for me on Windows XP:

set JAVA_OPTS=-Dcatalina.config=file:../conf/catalina2.properties

The URL is relative to the current directory at the time when the JVM is
launched. On Windows that is determined by what is written in your shortcut, or
what is the current directory in your shell when you launch
%CATALINA_HOME%\bin\catalina.bat. The above example works when you are in
%CATALINA_HOME%\bin, which is the most usual case.


> o.a.c.startup.CatalinaProperties

o.a.c.startup.Bootstrap
o.a.c.startup.CatalinaProperties

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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