Determining the server mode

You can determine the server mode through one of the following methods:

  • By checking the console or the log for warnings shortly before the "PolicyCenter ready" message.
    • If there is a "development" mode warning, the server is in development mode.
    • If there is a "test" mode warning, the server is in test mode.
    • If there is no warning pertaining to the server mode, the server is in production mode.
  • By checking the title bar of a browser when it is connected to the application.
    • If there is a "DEV mode" prefix before the application name, the server is in development mode.
    • If there is a "TEST mode" prefix before the application name, the server is in test mode.
    • If there is no prefix before the application name, the server is in production mode.