Hikari Datasource can not be seen in the datasouce monitor tab

10 views
Skip to first unread message

yihui sen

unread,
Apr 2, 2024, 7:23:04 AM4/2/24
to psi-probe-discuss
FYI 
I use Hikari Datasource, and the tomcat config is as following:

server.xml:
<Resource
          name="java:comp/env/jdbc/db"
          auth="Container"
          factory="com.zaxxer.hikari.HikariJNDIFactory"
          type="javax.sql.DataSource"
          maxTotal="100"
          maxIdle="100"
          maxWaitMillis="10000"
          driverClassName="oracle.jdbc.OracleDriver"
          jdbcUrl="jdbc:oracle:thin:@xx"
          username="xx"
          password="xx"
          minEvictableIdleTimeMillis="5000"
          timeBetweenEvictionRunsMillis="30000"  
          /



Reply all
Reply to author
Forward
0 new messages