Quote:
Originally posted by Ane4ka
That didn't help.
Thanks!
|
Well, the error you get can only mean two things: either the driver didn't load properly or it can't handle the url you're trying to pass to it. Check the url syntax and ensure that the driver loads (no security violation etc.). See if WebLogic log files contain any useful information.
As a side note, I think you would want to use WebLogic's JDBC connection pool instead of establishing your own connections from a servlet...