It is possible to change the port number for the SignoSign application. It should be setup to the same as setup for Tomcat.
To set the language you need to edit the file:
C:\Program Files\Apache Software Foundation\Tomcat 9.0_Tomcat9_InterFormSigner\webapps\signoSignUniversalPool\WEB-INF\classes\web-settings.properties
Please notice, that the path depends on what you specified during installation of the Tomcat server.
If you cannot find the path mentioned above, then then first need to install Tomcat, then install SignSign and start the Tomcat service.
The file contains these lines:
# By default the value for folderPathRoot is '.'. It leads to the bin directory # of the installed server in most cases. If the resulting folder causes problems # with access rights, an alternative path is needed. This can be set here. Please watch # example implementation for more details. folderPathRoot=. #Decides of mobile devices will be redirected to the mobile view. mobileView=true # documentSharingEnabled determines if the user should be able to see documents # he shared with someone by receiving a URL and sending it to that person. This # setting makes the corresponding button visible or not. # allowed values: true / false documentSharingEnabled = true # decides whether or not the password on sharing cases are editable # allowed values: true / false documentSharingEditablePassword = true #locale defines the default locale for the application to start with on on first request #possible is 'de_DE' for german and en_EN for english locale=en_EN #Decides if the signoSign/universal persistence-Webservice is used to persist data or if the file-system is used. #default: false databasemode = true # Scheme of signoSign/mobile url to call ssmScheme = http # Domain (incl. top level domain) or # IP address of signoSign/mobile url to call ssmDomainOrIP = localhost # Port number of signoSign/mobile url to call ssmPort = 8090 |
The port number is setup as the value for ssmPort as marked above.
After changing the port number you need to stop and start the Tomcat server.