You are on page 1of 2

How to Run U R Project:

-------------------------Please observe

Steps to Run Your Application

Step 1. Open SqlPlus


Enter Administrator

User Name:-------Pass

word:-------Host
String:-------Step 2.

SQL>create user <username> identified by

<password>;
SQL>grant dba to <username>;
SQL>Exit;
Step 3.

Start---->Run--->imp--->
username:<username>/<password>@<serverna

me>
----Press Enter Key----Import file:EXPDAT.DMP><give database dump file path>
(Example:---> f:\xxx.dmp)
----Press Enter Key----Enter insert buffer size(min is 8192) 30720> ---Press Enter Key--List Contents of Import file only(yes/no):no> Press --> n
---Press Ente
r Key--Press --> y
---Press En
ter Key--Press --> y
---Press En
ter Key--Press --> y
---Press En
ter Key--Press --> y
---------------------------------------------------------------------------------------------------Open Ur Executable File -->ONP---->WEB-INF---->config--->open
s
Sea

System.propertie

URL=jdbc:oracle:thin:@<host>:1521:<service_name>

(For host name,service_name Go To Oracle Home directory-->oracle--product--->10.1.0---Db_1---->NETWORK-->ADMIN-->Open


tnsnames.ora
sea

host=.....
service_name=,......
replace these values into above URL)

---------------------------------------------------------------------------------------------------------

Deployeement:
---------------Go to Executable File Copy the ONP and Paste
ebapps

it in Tomcat5.x/6.x------>w

-------------------------------------------------------------------------------------------------------------Start Server :
--------------Go To Tomcat 5.x/6.x----->bin---->double click on startup.bat file
(Note:abserve the Tomcat Server Port Number
Ex:INFO: Starting Coyote HTTP/1.1 on port 8081 (When it will run in ur sys
tem)
here port number is----> 8081)
--------------------------------------------------------------------------------------------------------------------------------Go to Internet Explorer
In Address Bar:
http://localhost:portno/ONP/ --Press Enter---------->If Tomcat server run in u r System
http://<hostname>:portno/<Project Name>/
--Press Enter--- -------->If Tomcat server run in Others System

You might also like