I just installed the new OpenKM 6.2 Community version of OpenKM. Now the Scanner and File Uploader done't work. I've used the 5.x versions and these functions worked pefectly in those versions. I read some other threads about this issue but I need it better explained on how to fix it.Thanks...
Code: Select all
<keyname> is a name you chose for the key generated by first command; use the same name in second & third command. "-validity xx" marks the key valid for the next xx days, one year in this example.keytool -genkey -alias <keyname> -validity 365
jarsigner /opt/openkm/tomcat/webapps/OpenKM/scanner.jar <keyname>
jarsigner /opt/openkm/tomcat/webapps/OpenKM/uploader.jar <keyname>