How to add external libraries for RTC Server plugin to connect with database?
One answer
If you want to work with RTC and create work items etc. automatically, please use the available API's.
If you write to the Database directly, without the support explicitly telling you you should, you can seriously damage your data possibly beyond repair. If you want to read the database directly, go ahead, but don't write to the database.
Comments
Hi Ralph,
In that case you should probably search in stackoverflow and the DB provides forums for how to do that. I would try to get the JDBC driver for the database and use JDBC to access the database.
In any case, this question is clearly out of scope for this forum.
With respect to the server plugin, you should be able to add the libraries you need to the server extension. I would start from there and based on the errors search Eclipse.org or stackoverflow. There could be class loader issues dependent on what application server. I would search based on what you see in case of errors.