[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re:java-sdk toolkit on alpha?



Hi All,
I have been succesful getting jakarta-tomcat-4.1.30 running on my
debian unstable 2.6.10 SMP DS20 box, with a combinaton of inputs from
Etienne Gagnon: http://sablevm.org/lists/sablevm-user/2005-March/000225.html
and much help from Dalibor Topic of the kaffe.org project.
1) compiled cvs kaffe -current with ./configure --with-jikes
installs /usr/local/kaffe
2) tar xzvf  jakarta-tomcat-4.1.30.tar.gz binary, mv to /usr/share/tomcat4
with both of the steps above on an i386 box as su in /usr/share/tomcat4/bin:
sh catalina.sh run -starts tomcat, but not on the alpha-lots of errors here.
3) installed from source sablevm-1.11.1 and sablevm -classpath-1.11.1
both from sablevm.org.
4) apt-get install libstruts1.1-java
5)follow the symetrical links and start command for tomcat from:
http://sablevm.org/lists/sablevm-user/2005-March/000225.htm
however 'localhost:8080/index.jsp ' page in my browser appears with a jsp
exception telling me a 'classpath-> kjc.jar' is required so
i added to .bash_profile:

JAVA_HOME=/usr/local/lib/sablevm
export JAVA_HOME
PATH=$PATH:/usr/local/lib/sablevm/bin
CLASSPATH=/usr/local/kaffe/lib/kjc.jar
export CLASSPATH

and tomcat starts!
Thanks to all:)





Reply to: