Program.in

By Santosh Wadghule

Archive for November 2007

Installation of Apache Tomcat Using Redhat Linux

without comments

For installation of Apache Tomcat you need Java Development kit be installed. I chose to install Sun’s Java 2 Platform, Standard Edition, which can be downloaded from http://java.sun.com/javase/downloads/index.jsp
I selected the JDK 6 Update 3 Linux self-extracting binary file.

Change to the directory where you downloaded the SDK and make the self-extracting binary executable:
chmod +x jdk-6u3-linux-i586.bin

Run the self-extracting binary:
./jdk-6u3-linux-i586.bin

Move the SDK directory to where you want it to be installed:
e.g.
mv jdk-6u3 /usr/java

Download Tomcat:
You can download apache tomcat server from http://tomcat.apache.org/. I selected Tomcat 6.x which is tar.gz (Binary- Core) file.

Unzip Tomcat by issuing the following command from your download directory:
tar xvzf apache-tomcat-6.0.14.tar.gz

This will create a directory called apache-tomcat-6.0.14. Move this directory to wherever you would like to install Tomcat. I chose /usr/local. Here is the command I issued from inside the download directory:
mv apache-tomcat-6.0.14 /usr/local/

Written by Santosh Wadghule

November 19, 2007 at 2:06 pm

Posted in Java, Uncategorized

My Online Drawing!

without comments

Today I have drawn my online paintings on art.com. This online painting site is very simple to draw and more effective. You can see my paintings, Please refer this sites
1. http://artpad.art.com/gallery/?jrk63×4f2e0
2. http://artpad.art.com/?jrk8wlfez60.

Written by Santosh Wadghule

November 15, 2007 at 5:29 pm

Posted in Uncategorized