You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/12/17 03:16:00 UTC

DO NOT REPLY [Bug 24976] - -Dcatalina.base=... does not work, but export CATALINA_BASE=... does

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24976>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24976

-Dcatalina.base=... does not work, but export CATALINA_BASE=... does

yoavs@computer.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From yoavs@computer.org  2003-12-17 02:15 -------
Not only does this work for me personally, but it's used by default in all the 
scripts, so I'm fairly certain it works in general ;)  More likely, you're 
setting it somewhere and then it gets set again in 
$CATALINA_HOME/bin/catalina.sh, overriding your setting.  Try 
System.out.println(System.getProperty("catalina.base")) from one of your 
servlets inside a running tomcat to verify your setting.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org