
May 16th, 2001, 02:48 PM
|
|
Registered User
|
|
Join Date: May 2001
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
FreeBSD 4.2
Can someone please explain what I need to do to get Tomcat working on my FreeBSD server?
I have downloaded jakarta-tomcat, jakarta-ant, and jdk1.3.0_02. the jdk1.3.0_02 seems to be installed okay. I set the environment variables JAKARTA_HOME and JAVA_HOME (/usr/local/jdk1.3.0_02) as indicated and added $JAVA_HOME/bin to the PATH. When I try to build ant or tomcat, it complains that it cannot find libjava.so, but this is present in the /usr/local/jdk1.3.0_02/jre/lib/i386/ directory. I do not know where to look for the reference to it in the build process (it is not listed in the build.sh).
Any help would be greatly appreciated.
|