Configuration and Administration

glog.signedServlet Properties

To control the behavior of Oracle Transportation Management, you can change settings in the glog.properties file or the appropriate property set.

Note: To protect hosted systems, these properties cannot be modified in the cloud without a service request.

 

Property

New In Version

Definition

glog.signedServlet.debug

6.4.1

To enable the diagnostic information to SignedServletRouter requests, set this property to true and monitor the output written to the Tomcat console.

glog.signedServlet.readTimeout=<time in milliseconds>

 

When one server needs to retrieve UI component data from another, it uses a special servlet to enforce internal authentication. Given the nature of HTTP communication, the requesting server needs to assume the remote server is not available after a timeout period. This property allows configuration of the signed servlet time out

Related Topics