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]

Reply via email to