uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39151-E

The form-login-config tag is not specified in web.xml. Initialization of the web application will be stopped. (J2EE application = aa....aa, context root = bb....bb)

aa....aa: The J2EE application name in the case of the J2EE server mode, and a null character string in the case of the servlet engine mode
bb....bb: Context root name
Description
When using FORM authentication, you need to specify the <form-login-config> tag in web.xml. The initialization of the Web application will terminate because the <form-login-config> tag is not specified.
Action
Specify the <form-login-config> tag in web.xml, and then redeploy the application.