Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
themeRDark
titleData Source
<JarScanner scanManifest="false"/>

	<Resource name="jdbc/flexdbDS" auth="Container"
                type="oracle.jdbc.pool.OracleDataSource"
                factory="oracle.jdbc.pool.OracleDataSourceFactory"
                
                
                url="**CONNECT_STRING**"
                user="fd_admin"
                password="**FD_ADMIN_PASSWORD**"
                
                connectionCachingEnabled="true"
                connectionCacheProperties="{InitialLimit=0, MinLimit=0, MaxLimit=100, ConnectionWaitTimeout=60, InactivityTimeout=60, AbandonedConnectionTimeout=60, PropertyCheckInterval=30}"
                
				validationQuery="select 1 from dual"
				testOnBorrow="true"/>

</Context>

Configure Tomcat Environment

...