The flashaccess.war contains jsafeWithNative.jar, which is the Crypto-J library. The latter requires an additional native library to perform crypto operations.
Add the native jsafe library to your path.
Linux / libjsafe.so - The directory containing libjsafe.so must be on the Path (native Crypto-J libraries are also available for other platforms). For example, set libjsafe.so on LD_LIBRARY_PATH
.
Windows / jsafe.dll - The counterpart on Windows to libjsafe.so is the appropriate jsafe.dll.
These libraries are available to you in the thirdparty library folder.
Put one of the adobe-flashaccess-certs jar files on the classpath.
This JAR file is not included in the WAR file; you must add it explicitly to the classpath.
The distribution includes a shared folder that includes both the jar file as well as a pre-configured AdobeInitial.properties file. Adobe recommends that you add these items to the common.loader
via the catalina.properties file. For example:
common.loader=<Any Pre-Existing Values>,${catalina.home}/shared/classes,${catalina.home}/shared/lib/*.jar