From May 15, 2024, the Copia service can be used with a new version of the application that allows establishing the connection between the scanning device and the web application of the service (native Copia application).
This version of the module incorporates the following novelties:
- Updated Java version to 1.8.0_162
- Added parameters to the scanner.bat command to be able to specify the port from which the Copy is accessed, as well as to be able to specify an own server certificate.
Thus, the following parameters are now supported and in the following format:
- p : Port number to use between 7000 and 65535
-d : Activate DEBUG mode of the Morena framework (JNI library that gives access to the scanner)
-ks : Path to the keystore that contains the server certificate to use
-kp : Password of the keystore
-ka : Alias of the certificate to be used in the keystore
-kk : Password of the certificate (for JKS type keystores, the P12 does not have one)
-kt : Type of keystore. It can be “JKS” or “PKCS12”
- jpda : Enables Java JVM debugging
-jmx : Enables the JMX instrumentation endpoints of the JVM the module is running on
Examples:
“scanner -d -p 8001 -ks C:\certs\modul.p12 -kp 12345 -ka servercert -kk 12345 -kt PKCS12”
In parallel with the release of this new version of the file, a version of the service has been deployed that allows specifying where the module is located (host and port) so that there can be a module running on another machine with access to the scanner and from another PC connect to it or have different modules on different ports and use one or the other as appropriate.
You can find the updated version of the native Copy application in the section: How to install the native application of the Copy.