first add deb http://ftp.nl.debian.org/debian/ lenny main contrib non-free
to /etc/apt-sources.list
then follow up this simple steps:
1- wget http://mirror.cc.columbia.edu/pub/software/apache/tomcat/tomcat-5/v5.5.28/bin/apache-tomcat-5.5.28.tar.gz
2- apt-cache search java | grep jdk
3- apt-get install sun-java6-jdk
4- tar -xzvf apache-tomcat-6.0.24.tar.gz
5- mkdir /usr/local/tomcat5.5
6- gulfsip:/home/downs# mv apache-tomcat-5.5.28 /usr/local/
7- gulfsip:/usr/local/tomcat5.5# mv apache-tomcat-5.5.28/ tomcat5.5
8- export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.12
export PATH=/usr/lib/jvm/java-6-sun-1.6.0.12/bin:$PATH
9- Start tomcat /usr/local/tomcat5.5/bin/./startup.sh
10- copy the proxy.war file into: /usr/local/tomcat5.5/webapps
11- Make sure Tomcat is running: http://X.X.X.X:8080/
12- run the SIP server: http://X.X.X.X:8080/proxy
Thursday, February 11, 2010
Subscribe to:
Post Comments (Atom)
1 comment:
in case of Centos Keep in mind little changes
cd /usr/java
wget http://javadl.sun.com/webapps/download/AutoDL?BundleId=37390
chmod a+x jre-6u18-linux-i586-rpm.bin
./jre-6u18-linux-i586-rpm.bin
export JAVA_HOME=/usr/java/jre1.6.0_18/
export PATH=/usr/java/jre1.6.0_18//bin:$PATH
Post a Comment