IMPAX 6.5.1 Server Knowledge Base home > Launching and logging into the system > Authentication service locations
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
Log into the Database Server as root.
To stop the Administration Tools service, type
/etc/init.d/IMPAXjsgw stop
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.
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.
Update the Database Server host file with the IP address or the full name of the Application Server.
To start the Administration Tools service, type
/usr/init.d/IMPAXjsgw start
See also
Configuring the message on the Administration Tools login screen
Logging into the IMPAX Administration Tools
Topic number: 65708 Applies to: IMPAX 6.5.1 Server Knowledge Base |