uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39149-E

The auth-method 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 the <auth-constraint> tag is coded in web.xml, the authentication method needs to be specified in the <auth-method> tag. The initialization of the Web application will terminate because the <auth-method> tag is not specified.
Action
Properly specify the <auth-constraint> tag in web.xml, and then redeploy.