I am using Tomcat v5.5

Do you mean that for newer versions of Tomcat, if i want to move some of the
scripts from $CATALINA_HOME/bin to $CATALINA_BASE/bin i will not be able to?


Thanks

On Tue, Nov 9, 2010 at 1:38 PM, Konstantin Kolinko
<knst.koli...@gmail.com>wrote:

> 2010/11/9 Ziggy <zigg...@gmail.com>:
> > Are there any side effects to doing this? Can tomcat use both
> > $CATALINA_BASE/bin/ and $CATALINA_HOME/bin during startup?
> >
>
> From catalina.sh:
>
> if [ -r "$CATALINA_BASE"/bin/setenv.sh ]; then
>  . "$CATALINA_BASE"/bin/setenv.sh
> elif [ -r "$CATALINA_HOME"/bin/setenv.sh ]; then
>  . "$CATALINA_HOME"/bin/setenv.sh
> fi
>
> i.e. it takes setenv.sh from $CATALINA_BASE if it exists, otherwise
> from $CATALINA_HOME.
>
> All the other script files are supposed to remain in $CATALINA_HOME/bin.
>
> I am talking about the latest version of those scripts. I do not know
> how old your Tomcat version is. You may look at your catalina.sh for
> yourself.
>
> Best regards,
> Konstantin Kolinko
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to