Nov 05
A concise guide to setup Oracle database connection with Java/JSP
Scribbled on Monday, November 5th, 2007Setting up “path” variable:
i) Goto JAVA bin directory, it will be like “D:Program FilesJavajdk1.6.0_02bin”
Note down the path to a text file
ii) Goto Tomcat bin directory, it will be like “D:tomcat-6.0.10-preconfiguredapache-tomcat-6.0.10bin”
Append the path to the text file after putting semicolon to previously pasted java bin path
It will be like something this:
“D:Program FilesJavajdk1.6.0_02bin;D:tomcat-6.0.10-preconfiguredapache-tomcat-6.0.10bin”
iii) Click on “new” button in opened Environment Variables panel and setup “path” variable using copied path from the text file, then click OK.
iv) You will see screen like this

No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.










4 Responses to “A concise guide to setup Oracle database connection with Java/JSP”
Hi
Thats a very cool guide / walk-through
{I play a lotta games}
i have the following setup:
Oracle 9i
Resin 3.0.17 Web server
JDK 1.5
i think i can edit the dbAccess.java to work on the same…
thnx CIAO
shabbir
By shabbir on Tue 18th Dec, 2007
Am glad you liked the walkthrough
By visio159 on Wed 19th Dec, 2007
Hi please if you were work on linux please let me know.
I have Suse 10 and Oracle 10g installed and I want to do this on Suse with jakarta tomcat
By Luis on Fri 11th Apr, 2008