You are currently reviewing an older revision of this page.

DRAFT KB-XXXX Tomcat starts with warning "Misconfigured STATIC_SERVER_AND_PORT property in custom.properties" and/or "Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties"

Symptoms

Tomcat is able to start successfully, but one or both of the following warnings is seen in <APPIAN_HOME>/logs/tomcat-stdOut.log:

WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured STATIC_SERVER_AND_PORT property in custom.properties - The static content hostname cannot use the same domain as SERVER_AND_PORT or DYNAMIC_SERVER_AND_PORT. Some Appian features will not be available.
WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties - The dynamic content hostname cannot use the same domain as SERVER_AND_PORT or STATIC_SERVER_AND_PORT. Some Appian features will not be available.

Cause

One or both of the following fields are not configured properly:

  • conf.suite.STATIC_SERVER_AND_PORT
  • conf.suite.DYNAMIC_SERVER_AND_PORT

Common misconfigurations are:

  1. conf.suite.STATIC_SERVER_AND_PORT and/or conf.suite.DYNAMIC_SERVER_AND_PORT is the same as conf.suite.SERVER_AND_PORT
  2. The subdomain of the conf.suite.STATIC_SERVER_AND_PORT and/or conf.suite.DYNAMIC_SERVER_AND_PORT has been changed, rather than the domain

E.G. 

conf.suite.SERVER_AND_PORT=www.example.com:8080
conf.suite.STATIC_SERVER_AND_PORT=www.example-static.com:8080
conf.suite.DYNAMIC_SERVER_AND_PORT=www.example-dynamic.com:8080

Action

Ensure the domains in conf.suite.STATIC_SERVER_AND_PORTconf.suite.DYNAMIC_SERVER_AND_PORT, and conf.suite.SERVER_AND_PORT

Affected Versions

This article applies to Appian 18.3 and later.

Last Reviewed: December 2018