Requirement: In Login Page, there r 2 text fields (for username and pwd) and 1 checkbox.
If we click that checkbox, the username will be stored in cookie. From the second time onwards, when the user...
Type: Posts; User: jack.jill; Keyword(s):
Requirement: In Login Page, there r 2 text fields (for username and pwd) and 1 checkbox.
If we click that checkbox, the username will be stored in cookie. From the second time onwards, when the user...
Hi,
U got this problem because Log4jConfigListener also tries to
set the webAppRootKey. U can solve this by adding the following statements in ur web.xml
<context-param>
...