I have checked the /Project/Tomcat/bin/catalina.sh, it's using the
$CATALINA_HOME as an environment variable and I have change/set in the
.cshrc file, a file where it'll start loaded when I sign in to the FreeBSD
system.

I also perform an echo command, $CATALINA_HOME for me and its return
/Project/Tomcat as expected. :)

Any other environment setting I should set?

 
Foong Kim Seong
 
-----Original Message-----
From: Markus Schönhaber [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 31, 2006 3:48 PM
To: Tomcat Users List
Subject: Re: Changing the Tomcat 5.0 Directory installed in FreeBSD

ks.foong wrote:
> I have installed the Jakarta-tomcat5.0 into my FreeBSD machine.
>
> As my project required, I have to move the entire installed directory from
> /usr/local/Jakarta-tomcat5.0   to   /Project/Tomcat folder
>
> I manage to perform the above operation. But when I go to:
> /Project/Tomcat/bin
> to issues the ./startup.sh command, I have this error :
> Cannot find /Project/Tomcat/bin/setclasspath.sh
> This file is needed to run this program
> But I see the file, setclasspath.sh located there, in /Project/Tomcat/bin
> folder.
>
> So, my question is: when I changing the directory of tomcat, any other
> setting that I have to do typically for tomcat?

catalina.sh (which is started vom startup.sh) tries to source
"$CATALINA_HOME"/bin/setclasspath.sh
Maybe you have set the environment variable CATALINA_HOME to point to the
old 
location (/usr/local/Jakarta-tomcat5.0).
Unset CATALINA_HOME.

Regards
  mks

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to