Kofax Front-Office Server 3.0 User Manual

Page 35

Advertising
background image

Kofax Front-Office Server Administrator’s Guide

Kofax, Inc.

35

X To change the number and frequency of retries

1

In the \conf folder, locate the shared_resources.properties file and open it in a text editor.

2

Locate the following properties and change the values as follows. All properties are

optional.

„

filesys.retry.timeout.millis

Specify a timeout period before stopping retries if a

file cannot be delivered to the storage destination, in milliseconds. If this property is

unspecified, the default 30000 will be used.

„

filesys.retry.wait.millis

Specify the time to wait between retries if a file cannot

be delivered to the storage destination, in milliseconds. If this property is unspecified,

the default of 500 will be used.

3

Save the file.

4

Restart Kofax Front-Office Server.

Changing the Database Credentials and Encrypting the Password

If your database username or password is changed, you need to update that information in Kofax

Front-Office Server. This section provides instructions for changing the database user name and

encrypting the embedded database password.

X To change the database credentials

1

Create the encrypted password:

a

On a machine where Kofax Front-Office Server is installed, open a Command Prompt

window and browse to the \Avalin\jboss folder where Kofax Front-Office Server is

installed (by default, C:\Program Files\Kofax\Front-Office Server\Avalin\jboss).

b

Execute the following command, where [password] is the password you want to

encrypt (do not include the brackets):

“C:\Program Files\Kofax\Front-Office Server\jre\bin\java” -cp lib/

jboss-common.jar;server/avalin/lib/jbosssx.jar;server/avalin/lib/

jboss-jca.jar org.jboss.resource.security.SecureIdentityLoginModule

[password]

The command will return an encoded password as in this example:

Encoded password: -1d5bcec446b79907df8592078de921bc

c

Use the Command Prompt menu commands Mark and Copy to copy the encrypted

password to the clipboard. You can then paste it into the correct location in the next

step.

2

Configure the login-config.xml file:
a

In the \conf folder, locate the login-config.xml file and open it with a text editor.

b

Replace the password in the

<module-option name=”EncryptedLocalPassword”>

with the encrypted value. In the following example, it is

-

1e5978ed73fc8964d82d3c5c876adfd8

.

<application-policy name="EncryptedLocalPassword">

<authentication>

<login-module code="org.jboss.resource.security.SecureIdentityLoginModule" flag="required">

<module-option name="username">admin</module-option>

<module-option name="password">-1e5978ed73fc8964d82d3c5c876adfd8</module-option>

<module-option

name="managedConnectionFactoryName">jboss.jca:name=KofaxDesDS,service=LocalTxCM</module-option>

</login-module>

</authentication>

</application-policy>

Advertising
This manual is related to the following products: