This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes D/B connectivity problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "D/B connectivity problem" Watch "D/B connectivity problem" New topic
Author

D/B connectivity problem

Ganesh Kumar Kalamadugu
Greenhorn

Joined: Jan 14, 2006
Posts: 4
Hi frends,

i am not able to connnect to d/b(oracle) through servlets,jsp

i am using winxp professional,i set classpath for oracledriver upto classes12.jar

if i am using normal JDBC the programs are running successfully,but if i use in servlets thru JDBC causing problem

is XP compatible to run servlet thru JDBC

can anybody help to overcome this problem
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35253
    
    7
Is the jar file containing the driver in the WEB-INF/lib directory of your web app? The server may not use the standard classpath you have set elsewhere (e.g., Tomcat doesn't).


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: D/B connectivity problem
 
Similar Threads
D/B connectivity problem
servlets
Some Q's
Servlets with JDBC -Driver problem
use thread to stop application hanging