Setting the ITP/OnLine Configuration Folder

To set the configuration folder, start the server. Then, start the web admin console and log in. In the application server selection, choose JVM Settings - JVM Options. As shown below, add the option "-Dcom.aia_itp.itpols.config=<path>", where <path> is the full path to the ITP/OnLine configuration folder.

In order to circumvent a problem in Sun Application Server, it is important to add the option "-Dcom.aia_itp.itpols.noprincipal=Y". This prevents ITP/OnLine from trying to derive the browsing user from the HTTP context, which will fail on this platform.

As a consequence of this setting, ITP/OnLine will pass an empty user name to ITP/Server. For security reasons, this will only be accepted when using prepared model runs (see ITP/OnLine Manual for more information).

In order to allow for classic model runs, a user name can be configured to be passed to ITP/Server. This can be done on a per application basis, by setting the "-Dcom.aia_itp.itpols.<application>.runas=<user>", where <application> is the name of the ITP/OnLine application (e.g. sample) and <user> is the user name (e.g. domain/user). In this case it is important that, after completing the installation, the "Use NTLM authentication" checkbox on the main configuration page of ITP/OnLine is checked and that the "Verify NTLM authentication" checkbox is left unchecked.