Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
#13 exclude oracle drivers from scanning, needed to run master withou…
Browse files Browse the repository at this point in the history
…t all the supporing oracle jars
  • Loading branch information
wezell committed Nov 1, 2019
1 parent ef90108 commit c5ceb3a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
<Loader delegate="true"/><!--https://issues.apache.org/bugzilla/show_bug.cgi?id=55943#c13-->
<Resource name="mail/MailSession" auth="Container" type="javax.mail.Session" mail.smtp.host="{{ .Env.CMS_SMTP_HOST }}" />

<!-- http://tomcat.apache.org/tomcat-8.0-doc/config/jar-scanner.html -->
<!-- http://tomcat.apache.org/tomcat-8.0-doc/config/jar-scan-filter.html -->
<JarScanner>
<JarScanFilter
pluggabilitySkip="${tomcat.util.scan.StandardJarScanFilter.jarsToSkip},ojdbc*.jar"
tldSkip="${tomcat.util.scan.StandardJarScanFilter.jarsToSkip},ojdbc*.jar"/>
</JarScanner>

{{ if eq .Env.PROVIDER_DB_DRIVER "H2" }}
<!-- H2 -->
<Resource name="jdbc/dotCMSPool" auth="Container"
Expand Down

0 comments on commit c5ceb3a

Please sign in to comment.