Home > Advanced Configuration > Changing ADSS Default Service URL

Changing ADSS Default Service URL

Connections to ADSS Server services are established by providing a service path URI within the service http(s) address e.g. http://localhost:8777/adss/tsa. However it is also possible to configure a single service as the default and therefore do not need to append the service URI for that particular service e.g. http://localhost:8777. By default the OCSP service is treated in this way but this can be changed to another service if required.

Administrator can configure any service address as the default service by changing the web.xml file located at [ADSS Server Home]\service\server\webapps\service-map\WEB-INF\. Change the DEFAULT_SERVICE_URI parameter value to the desired service name; possible values could be: 

Here is the example configuration:

<init-param>
      <param-name>DEFAULT_SERVICE_URI</param-name>
      <param-value>/scvp</param-value>
</init-param>

 

​Whenever changes are made to configuration files remember to restart the Windows Service or UNIX daemon for the ADSS Service component so that the changes can take effect.

See also