Please enable JavaScript to view this site.

Manual InterForm400 English 2023

A part of configuring InterForm400 for browser based signatures is to setup a connection to the Tomcat server.

 

That is configured in this stream file in the IFS:

/apf3812home/lib/signotecAPI.properties

 

You can e.g. edit the file with Notepad:

 

# Configuration signotec server

# Master user

signotec.userId=USER1

signotec.passWord=password1

# Sign Server location

signotec.host=192.168.151.194

signotec.port=8090

signotec.scheme=http

# Folder to hold downloaded signed files - temporary filles.

signotec.downloadFolder=//apf3812home/temp/

 

# List of defined users/devices and accesskode

signotec.PADID_USER2=password2

signotec.PADID_USER3=password3

 

These fields are to be filled out:

 

Master user

signotec.userId must the ID of the SignoSign administrator.

signotec.passWord must be set to the password of the SignoSign administrator as defined in SignoSign.

 

 

Signotec.host

The host name or IP-address of the Windows server, that runs Tomcat and SignoSign.

 

 

Signotec.port

The port number for communicating with the Windows server, that is running Tomcat and SignoSign.

 

 

Signotec.scheme

The scheme for communication between the IBM i running InterForm400 and the Windows server running Tomcat and SignoSign. An http connection is unsecure.

 

 

signotec.downloadFolder

This is where temporary, signed files are being stored before they are finalized and included in the final output. You can ignore this.

 

 

Example: signotec.PADID_USER2

After the last underscore the user/device is set. The value is the password setup for this user. This must fit the SignoSign specifications for users and the list of InterForm400 users/devices.