Posts

Showing posts from October, 2012

Setting up IDE's, MYSQL on Linux Machine

Image
Hi guys ,  i think you done with jdk ,its paths, actually i told about tomcat server before this, but that step comes after IDE installation.Oh! ok, IDE not yet installed?, no problem lets see how can we do this. which IDE it depends on you and your project , how flexible u and your project is.  > Lets see how to install Net-beans on your Linux Machine.      here is your simplest way to install      Go to this site _       http://netbeans.org/downloads/index.html       you ll see this screen.  ok based on your project requirement  select it. and don't forget to select your "IDE language" and "Platform". There is Download button just click on it. you ll get .sh file.  you download it means almost done. >next step  1 . Open Terminal window. 2 . Go to the directory in which your Netbeans.sh file which you downloaded few minutes before is saved 3 . And Write this easy and magical command in it                      sh netbeans-7.1.sh        

Installing Tomcat on Ubuntu

Hi friends,  If you are done with JDK installation into your system(explained in the previous blog), Now will see how can we install tomcat (the process will be same for any version) 1.  Download the package " apache-tomcat-7.0.6.tar.gz " from the below link                         http://tomcat.apache.org/download-70.cgi  [tar.gz] 2.  Now we need to unpack it with the following command: tar xvzf apache-tomcat-7.0.8.tar.gz 3.  Then move it an appropriate directory, normally prefer  /usr/share/tomcat7 , or any directory. Using  the command: sudo mv apache-tomcat-7.0.8/ /usr/share/tomcat7 4.  Now define the environment variables  JAVA_HOME  and  JRE_HOME . This file is in the "environment" in / etc. Command to edit the file: As i told you in my previous tutorial 5. IMPORTANT:  Verify the location where they have installed Java. sometimes tomcat does not recognize the path of JDK, so define the file paths inside " catalina.sh " located in