WELCOME TO BOOKWORMM

Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Friday, 24 June 2016

INSTALLION OF APACHE TOMCAT SERVER

 
Install TOMCAT web server
Procedure:

 Tomcat pdf

Visit the Apache Website http://tomcat.apache.org to get the latest information.
On the home page, click the link Tomcat 5.x under the heading Download.
scroll down the page until you find the heading 5.5.23, under which you will find
sub heading Binary Distributions.(for ex zip,exe,tar). But the choice of download
may depend up on your operating system.
If you are using windows o.s download either the .zip file(apache-tomcat-
5.5.23.zip) or the .exe file(apache-tomcat-5.5.23.exe)
If you are using unix based o.s download the .tar.gz file(apache-tomcat-
5.5.23.tar.gz)
Installing Under Windows O.S :-
If you have downloaded the .zip version of Tomcat, simply extract the content
 using a file extractor tool (such as winzip or winrar) to the c:\drive.
(After the extraction process is completed, you will find a directory named
 apache-tomcat-5.5.23 and a no.of subdirectories under it including a couple of
files such as RUNNING.TXT, NOTICE.FILE, RELEASE-NOTES.FILE and
 LICENSE.FILE .)
   
Note 1 : you may also use the Jar command that comes with JDK, to extract the
 content. The command is  Jar  -xvf  apache-tomcat-5.5.23.zip
Note 2 : if you wish , you can rename the directory apache-tomcat-5.5.23 with a
 convenient and shorter name as tomcat 5.5
Note 3 : directory containing tomcat(c:\apache-tomcat-5.5.23) is called
 CATALINA_HOME, and if you want tomcat to work correctly set this variable.
if you have download the .exe version, installation is very easy. Execute the
 apache-tomcat.5.5.23.exe either by selecting open or double-click it.  
3. The following window would appear on your desktop.
     
4. During the installation you may have to make several choices such as
Choosing the features of tomcat :- you have the options to select Normal, full ,
 minimum or custom, select one among them.  
5 . choosing the installation location : default location would be
 
 c:\program files\apache software foundation\tomcat 5.5 (CATALINA_HOME)  of course you may also choose the location you want.    
6. choosing the port number, username , and password : Default port number is
8080, of course you  may also choose the port number of your choice, provide
user name and password.
   
7. choosing the JVM : Default JVM would be automatically selected, if you have
 multiple JVMs installed on your system, provide a suitable path here.    
8. click on Install button, then you will see the following windows screen :-
   
9. finally you will see the following window if the installation is successfully
 completed      

 tomcat pdf

INSTALLION OF XAMPP SERVER

Aim: Install Apache Web Server, MYSQL, PHP (XAMPP)

Install XAMPP Web Server

1) To install XAMPP in windows 7, first you need to download the XAMPP installer for windows. To download the XAMPP installer for windows, visit the URL https://www.apachefriends.org/download.html.
This page shows the latest version of XAMPP for windows. It also shows the versions of Apache, PHP, MySQL, and other softwares included in this version of XAMPP.
2) Now, go to the "Download" section in the page. Here, you will see XAMPP for Windows, Linux, and Mac OS X. We can easily download the XAMPP installer for Windows.
3) Click on the Download link to download XAMPP as shown below. images in pdf PDF
Description: Download XAMPP for Windows

4) After downloading the installer, double click on the executable(.exe) file to start the XAMPP installation process. Click Yes, if User Account Control dialog box appears.
Select your language in the dialog box then click OK.


Description: select language

5) This dialog box below shows that you should avoid installing XAMPP to C:\Program Files. Click OK.
Description: \Program Files
 Click Next.
Description: setup wizard



6) Verify that all the checkboxes are checked, then click Next.
Description: choose components

Verify that the Destination Folder is set to C:\xampp, then click Install.
Description: install location


7) You will see the installation progresses. Wait for the process to complete.
Description: installation progress

8) Click Finish to finish the installation process.
Description: finish install


9) The dialog box asks: Do you want to start the Control Panel now?
You can choose to start the Control Panel now. Clicking Yes will directly open the XAMPP control panel. Please see the Note below to know how to start XAMPP Control Panel.
Description: installation complete
The installation is complete.
Note: If you want to start XAMPP Control Panel next time, right-click on the XAMPP icon found in the desktop or in the start menu, then select “Run as administrator”. Click "Yes" on the "User Account Control" popup.
 10) If the XAMPP control panel is not already started, find the XAMPP control panel in the start menu or the its desktop icon, right click on it and select "Run as administrator". Click "Yes" on the "User Account Control" popup, and wait for the XAMPP control panel to start. You will see the XAMPP control panel running.
Description: xampp control panel

11) Click on the Start button next to Apache, and wait for apache to start. After the Apache has started, click on the Start button next to MySQL. Wait for MySQL to start. Both Apache and MySQL are running now.
Description: xampp running