Hide internal Deploy server errors
This topic describes how to manage internal server error visibility in Deploy.
By default, Deploy will not hide any internal server errors due to incorrect user input. You can turn this behavior off by editing the conf/deployit.conf
file in the Deploy server directory and edit the following setting:
hide.internals=true
Enabling this setting will cause the server to return a response such as the following:
Status Code: 400 Content-Length: 133 Server: Jetty(6.1.11) Content-Type: text/plain
An internal error has occurred, please notify your system administrator with the following code: a3bb4df3-1ea1-40c6-a94d-33a922497134
You can use the code shown in the response to track down the problem in the server logging.