Changes

From SME Server
Jump to navigationJump to search
176 bytes removed ,  16:32, 7 December 2007
no edit summary
Line 7: Line 7:     
Go to [http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=jdk-6-oth-JPR&SiteId=JSC&TransactionId=noreg java.sun.com] and download jdk
 
Go to [http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=jdk-6-oth-JPR&SiteId=JSC&TransactionId=noreg java.sun.com] and download jdk
For my example I use jdk-1_5_0_06-linux-i586-rpm.bin
+
For my example I use jdk-6-linux-i586-rpm.bin
 
ATTENTION: adapt all document jdk filename depending witch file you download
 
ATTENTION: adapt all document jdk filename depending witch file you download
    
*<b>Install Java jdk</b>
 
*<b>Install Java jdk</b>
  chmod a+x jdk-1_5_0_06-linux-i586-rpm.bin
+
  chmod a+x jdk-6-linux-i586-rpm.bin
  ./jdk-1_5_0_06-linux-i586-rpm.bin
+
  ./jdk-6-linux-i586-rpm.bin
  ln -s /usr/java/jdk1.5.0_06 /usr/java/jdk
+
  ln -s /usr/java/jdk1.6.0 /usr/java/jdk
After executing bin file, you can remove both file jdk-1_5_0_06-linux-i586-rpm.bin and jdk-1_5_0_06-linux-i586.rpm
+
After executing bin file, you can remove both file jdk-6-linux-i586-rpm.bin and jdk-6-linux-i586.rpm
    
*<b>Download tomcat last version</b>
 
*<b>Download tomcat last version</b>
    
Go to Tomcat download website.
 
Go to Tomcat download website.
Download Core module apache-tomcat-5.5.17.tar.gz and Administration Web application apache-tomcat-5.5.23-admin.tar.gz
+
Download Core module apache-tomcat-6.0.14.tar.gz and Administration Web application apache-tomcat-5.5.23-admin.tar.gz
 
if you want another tomcat modules go here.
 
if you want another tomcat modules go here.
  wget http://apache.root.lu/tomcat/tomcat-5/v5.5.23/bin/apache-tomcat-5.5.23.tar.gz
+
  wget http://apache.root.lu/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14.tar.gz
wget http://apache.root.lu/tomcat/tomcat-5/v5.5.23/bin/apache-tomcat-5.5.23-admin.tar.gz
      
*<b>Unpack archive</b>
 
*<b>Unpack archive</b>
    
Unzip and move it
 
Unzip and move it
  tar -xvzf apache-tomcat-5.5.23.tar.gz
+
  tar -xvzf apache-tomcat-6.0.14.tar.gz
tar -xvzf apache-tomcat-5.5.23-admin.tar.gz
+
  mv apache-tomcat-6.0.14 /opt/
  mv apache-tomcat-5.5.23 /opt/
   
  cd /opt
 
  cd /opt
  ln -s apache-tomcat-5.5.23 tomcat
+
  mv apache-tomcat-6.0.14 tomcat
    
*<b>Create user and group</b>
 
*<b>Create user and group</b>
Line 47: Line 45:  
  #
 
  #
 
   
 
   
  NAME="Jakarta Tomcat 5"
+
  NAME="Jakarta Tomcat 6"
 
  TOMCAT_HOME=/opt/tomcat
 
  TOMCAT_HOME=/opt/tomcat
 
  CATALINA_HOME=/opt/tomcat
 
  CATALINA_HOME=/opt/tomcat
985

edits

Navigation menu