Daily Crumbs

August 25th, 2006

Tomcat setup on CentOS

Posted by Administrator in Observations | Edit

  • Download J2SE 5.0 (Linux self-extracting file – jdk-15_0_08-linux-i586.bin)
  • https://sdlc1d.sun.com/ECom/EComActionServlet;jsessionid=BBA639D7912E4BCD45C86E408A59F603

  • make binary executable: ‘chmod +x jdk-15_0_08-linux-i586.bin’

  • run self-extracting binary: ‘./jdk-15_0_08-linux-i586.bin’

  • ‘mv jdk-15_0_08-linux-i586.bin /usr/java’
  • Set up JAVA_HOME environment variable edit /etc/profile (add at end of file) JAVA_HOME=”/usr/java/jdk-15_0_08-linux-i586.bin” export JAVA_HOME

  • groupadd tomcat


  • useradd g tomcat tomcat
  • Download Tomcat: http://tomcat.apache.org/download55.cgi

  • mv jakarta-tomcat-5.0.28 /usr/local/

  • ln s jakartatomcat-5.0.28 jakarta-tomcat

  • chown tomcat.tomcat akarta-tomcat
    chown R tomcat.tomcat /usr/local/jakartatomcat-5.0.28
  • Add
    $CATALINA_HOME=/usr/loca/jakarta-tomcat-5.0.28 jakarta-tomcat
    BASEDIR=$CATALINA_HOME
    PATH=$PATH:$CATALINA_HOME/bin
    export CATALINA_HOME export BASEDIR export PATH to /etc/profile


reference

August 25th, 2006

J2ME package installation problems “Invalid File”

Posted by Administrator in Observations | Edit
August 11th, 2006

PHP Error: No input file specified.

Posted by Administrator in Observations | Edit
August 9th, 2006

One Liner Perl String Substitution

Posted by Administrator in Observations | Edit
August 4th, 2006

CVS on client box

Posted by Administrator in Observations | Edit
August 4th, 2006

Renaming CVS module hack

Posted by Administrator in Observations | Edit
RIGHTSIDE