Hi
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? Thank you Foong