You are on page 1of 1

Requirements:

-------------------
-JDK 1.6
-Tomcat 6.0 (Port No: 2014, UserName[admin], Password[admin])
-Oracle 10g XE (UserName[system, sys](DEFAULT), Password[manager])
DSN Creation:
------------------
Run --> odbcad32.exe --> Add --> Microsoft ODBC for Oracle --> F
inish --> Data Source Name: library , User Name: library --> Ok(2)
Project Deployment:
---------------------------
1) Copy the Project Source code into Webapps (C:\Program Files\Apache So
ftware Foundation\Tomcat 6.0\webapps)
DB Development:
-----------------------
1) Open SQL Client App (Ex: Run SQL Command line)
2) Connect with DBA (Ex: conn system/manager)
3) create user <username> identified by <password>; //User created
4) grant dba to <username> //Access rights
given
5) Connect with your username (Ex: conn library/library) //connec
ted
6) Double click on .bat file // To extract the data from DB D
ump file into logical DB
Execution:
-------------
1) Start the Tomcat Server
C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin\tomca
t6.exe
2) Open IE Browser & type the below url
http://localhost:2014 //Tomcat Console will be
opened
3) Click on "Tomcat Manager/ManagerApp" and then give the Tomcat's Crede
ntials.
4) Click on Project Name

You might also like