IMPAX 6.5.1 Server Knowledge Base home > Launching and logging into the system > Authentication service locations

Configuring the location of the authentication service on Solaris

The location of the authentication service used to log into the Administration Tools is set during the initial IMPAX installation. You can change the location of the login service afterward.

To configure the location of the authentication service on Solaris

  1. Log into the Database Server as root.

  2. To stop the Administration Tools service, type

    /etc/init.d/IMPAXjsgw stop

  3. Launch CLUI.

  4. To check the current location of the login service, type

    select * from MAP_INI

    The location of the authentication service is stored in ws.authenticate.uri.

  5. To update the location of the login service, type

    update map_ini set ini_value = 'https://Application_Server/AgfaHC.User.Security.Web.Services/Login.asmx' where ini_key = 'ws.authenticate.uri' and ini_section = 'SERVICE_TOOLS'

    where Application_Server is the name of the Application Server to authenticate against.

  6. Update the Database Server host file with the IP address or the full name of the Application Server.

  7. To start the Administration Tools service, type

    /usr/init.d/IMPAXjsgw start


Required permissions


See also


Topic number: 65708

Applies to: IMPAX 6.5.1 Server Knowledge Base