uCosminexus Application Server, Messages
![[Contents]](FIGURE/CONTENT.GIF)
![[Back]](FIGURE/FRONT.GIF)
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.
All Rights Reserved. Copyright (C) 2012, 2013, Hitachi, Ltd.