- Download the archive jce\_policy-)** using Cpanel > File Manager.
- Login to your server via SSH.
- Navigate to the home directory of the user /home/user$/.
# cd /home/user$/
- Extract jce\local\_policy.jar and jce\US\_export\_policy.jar from the archive to the folder /usr/local/jdk$/jre/lib/security, overwriting the files already present in the directory.
# unzip jce\_policy-$.zip
— generally there will be a sub-folder in this archive, in this case navigate onto it as such
# cd UnlimitedJCEPolicyJDK$ # cp -rf *.jre /usr/local/jdk$/jre/lib/security
- After that restart the Tomcat enviroment from your Cpanel > Private JVM plugin.


