How can I put JRC's JARs in Tomcat's shared\lib -directory instead of my application's lib-directory? Everything works fine if JARs are in Tomcat\webapps\MyApplication\WEB-INF\lib but if I move them to Tomcat\shared\lib I'll get en error message:
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Unexpected error determining relative path---- Error code:-2147217395 Error code name:serverProgrammingError
Since there might be several web applications on the server running JRC I'd prefer having only one set of required JARs in shared/lib.