Where to install JDBC drivers in Hyperic Server

Posted by Svish on Server Fault See other posts from Server Fault or by Svish
Published on 2011-02-04T12:57:03Z Indexed on 2011/02/07 15:27 UTC
Read the original article Hit count: 282

Filed under:
|
|
|
|

I have installed Hyperic Server 4.4.0 and I want to use an SQL plugin that connects to an Oracle database. To make this work on the Agent i had to download a JDBC driver for Oracle and put it in [agent-dir]/bundles/[bundle-dir]/pdk/lib. I can now run my plugin on the agent using java -jar hq-products.jar ....

Now I want to add it so that it shows up in the server hq. I put the plugin in the appropriate directory and I can add it as a platform service. However, when i try to configure the plugin I get the following error:

No suitable driver found for jdbc:oracle:thin:@blah.blah:blah:blah

This is the same error I got on the client before I added the Oracle JDBC driver, so I assume that's the problem here too. But where do I put the JDBC drivers on the server?

© Server Fault or respective owner

Related posts about java

Related posts about Oracle