You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2018/07/21 19:21:47 UTC

[Bug 62560] Add "oraclepki.jar" to tomcat.util.scan.StandardJarScanFilter.jarsToSkip

https://bz.apache.org/bugzilla/show_bug.cgi?id=62560

--- Comment #1 from Michael Osipov <19...@gmx.net> ---
A typical usecase is:

> <target name="link-libraries">
> 	<echo message="Linking additional libraries..." />
> 	<mkdir dir="${tomcat.dir}/lib/oracle" />
> 	<symlink link="${tomcat.dir}/lib/oracle/ojdbc6.jar" resource="${oracle.home}/jdbc/lib/ojdbc6.jar" />
> 	<symlink link="${tomcat.dir}/lib/oracle/oraclepki.jar" resource="${oracle.home}/jlib/oraclepki.jar" />
> 	<symlink link="${tomcat.dir}/lib/oracle/osdt_cert.jar" resource="${oracle.home}/jlib/osdt_cert.jar" />
> 	<symlink link="${tomcat.dir}/lib/oracle/osdt_core.jar" resource="${oracle.home}/jlib/osdt_core.jar" />
> </target>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org