uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39047-E

An invalid context root name is specified. Initialization of the web application will be stopped. (context root = aa....aa)

aa....aa: Context root name
Description
The context root name (aa....aa) is invalid.
Initialization of the web application will stop.
The context root name needs to be a string in an appropriate format, in the form of a URL created from the alphanumeric characters or the following symbols:
/ @ & + $ , - _ . ! ' ( ) %
%, however, can only be used as escape (such as %20).
Action
Modify the context root name, and then redeploy the application.
For details on the appropriate string format in the form of a URL, see RFC2396.