Hi, (undecipherable name :))
There are 2 kinds of web pages in a webapp:
those with a security-constraint (see security-constraint
part of web.xml description on the net), and those who have
no security-constraints. If you want your welcome accessible without
authentification, then it must have no
After logout with JDBCRealm FORM and if the welcome page
stays within the webapp, is it possible?
I wonder when the welcome page is within the webapp,
JDBCRealm will ask the username and password,
but after logout, welcome page within the webapp
should not be asked for username and password.
Shou