Skip to main content
Version: 3.14.x.x LTS

Overwriting default values

It is also possible to overwrite the default attribute values for filters and servlets globally, by setting the corresponding attribute in the bc.properties file. For example, to change the default value for the parameter DNSCache.ttl of the servlets HttpConnectorServlet and HttpsConnectorServlet, add the following line to the bc.properties file:

 ch.nevis.isiweb4.servlet.connector.http.DNSCache.ttl=1800

If you wish to change the default value for a specific servlet, for example, the HttpConnectorServlet, you have to add this line:

ch.nevis.isiweb4.servlet.connector.http.HttpConnectorServlet.DNSCache.ttl=1800