- WSO2 Developer’s Guide
- Fidel Prieto Estrada Ramón Garrido Lázaro
- 98字
- 2021-07-08 10:05:54
Configuring JDBC drivers
This is a mandatory configuration task when using data services. JDBC drivers allow WSO2 EI to connect to databases. By default, there are many JDBC drivers installed, so we have to configure the drivers' need for connecting the data sources that will provide us with the data in the orchestration.
We can do that with these simple steps:
- Locating the correct JDBC drivers for the databases that will play in our orchestration.
- Copying them to the <EI_HOME>/lib/ folder.
- Restarting the server.
Once the server is restarted, we will be able to connect to the databases.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- 程序員面試筆試寶典(第3版)
- VSTO開發入門教程
- Processing互動編程藝術
- 精通Python設計模式(第2版)
- 碼上行動:用ChatGPT學會Python編程
- D3.js 4.x Data Visualization(Third Edition)
- Node.js全程實例
- Spring Boot+Vue全棧開發實戰
- Regression Analysis with Python
- Orchestrating Docker
- Troubleshooting Citrix XenApp?
- Python數據科學實踐指南
- 程序員面試金典(第6版)
- 信息學競賽寶典:基礎算法