0% found this document useful (0 votes)
15 views2 pages

Secured Integration of Blood Bank Management: Softwares Required

This document provides instructions for installing and executing a secured blood bank management software project. It lists the required software as Java 1.6.0_03, Tomcat 5.0, and MySQL 5.0. It then details installing each software, setting paths and variables, and describes copying necessary files to their proper locations. Finally, it provides steps for starting the Tomcat server and accessing the blood bank application webpage.
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
Download as doc, pdf, or txt
0% found this document useful (0 votes)
15 views2 pages

Secured Integration of Blood Bank Management: Softwares Required

This document provides instructions for installing and executing a secured blood bank management software project. It lists the required software as Java 1.6.0_03, Tomcat 5.0, and MySQL 5.0. It then details installing each software, setting paths and variables, and describes copying necessary files to their proper locations. Finally, it provides steps for starting the Tomcat server and accessing the blood bank application webpage.
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1/ 2

SECURED INTEGRATION OF BLOOD BANK

MANAGEMENT
Softwares Required:
Java 1.6.0_03
Tomcat 5.0
MySQL 5.0

Installation Procedure:

Install the Java software under c:\Program Files


The path is set as follows
My computer->Properties>Advaned->Environment Variables->
Variable name: JAVA_HOME
Variable value: C:\Program Files\Java\jdk1.6.0_03
Path: C:\Program Files\Java\jdk1.6.0_03\bin
Install the Tomcat 5.0 software under c:\Program Files
The port number is 8000
Variable name: CATALINA_HOME
Variable value: ..
Install the MySQL 5.0 database
The password is root.

Process to Execute this Project:

First install the softwares under code folder in the CD


Copy the BloodBank folder under code folder and placed in
C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps
Copy the Jars files under code folder and paste it in the following location
C:\Program Files\Apache Software Foundation\Tomcat 5.0\common\lib
Copy the db under code folder and paste it in the following location
Start->Programs->MySQL->MySQL Server 5.0->MySQL Command Line
Client
Start the tomcat server in the following location

C:\Program Files\Apache Software Foundation\Tomcat 5.0\bin->startup. bat

Type the following URL in the browser


http://localhost:8000/BloodBank
Then the main page of Blood Bank Integration will be displayed. If any error
messages are displayed, restart the server and follow the above procedure.
Login details are User Name: scott
Password: tiger then click the Submit button.
Then the home page of the Blood Bank management will be displayed.

You might also like