File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 <!-- Copy jar of driverClass/JNDIFactory to tomcat lib -->
33 <!-- If you want to change db pool factory, add this factory="com.zaxxer.hikari.HikariJNDIFactory" -->
44 <!-- How to use a JNDI data source with the Crystal Reports Java SDK on Tomcat https://userapps.support.sap.com/sap/support/knowledge/en/1343290 -->
5- <Resource name =" jdbc/SageDB" auth =" Container"
6- type =" javax.sql.DataSource"
7- driverClassName =" com.microsoft.sqlserver.jdbc.SQLServerDriver"
8- url =" jdbc:sqlserver://server\instance;DatabaseName=dbname;trustServerCertificate=true"
9- username =" user"
10- password =" password"
11- maxTotal =" 4"
12- maxIdle =" 2"
13- initialSize =" 1"
14- removeAbandonedOnBorrow =" true"
15- removeAbandonedOnMaintenance =" true"
16- removeAbandonedTimeout =" 60" />
5+ <Resource name =" jdbc/SageDB" auth =" Container"
6+ type =" javax.sql.DataSource"
7+ factory =" com.zaxxer.hikari.HikariJNDIFactory"
8+ minimumIdle =" 1"
9+ maximumPoolSize =" 4"
10+ connectionTimeout =" 300000"
11+ dataSourceClassName =" com.microsoft.sqlserver.jdbc.SQLServerDataSource"
12+ dataSource.url=" jdbc:sqlserver://server\instance;DatabaseName=dbname;trustServerCertificate=true"
13+ dataSource.user=" user"
14+ dataSource.password=" password" />
Original file line number Diff line number Diff line change 11crdb
2+ dbname
23Dedienne
4+ Hikari
5+ isready
6+ javax
37JDBC
48jndi
59logback
10+ PGPASSWORD
611projectlombok
12+ psql
713rawtypes
814sageassistant
915Servlet
1016springframework
1117Vals
12- Xtreme
18+ Xtreme
19+ zaxxer
You can’t perform that action at this time.
0 commit comments