How welcome page works when using JDBC Realm?

51 Views Asked by At

When setting up JDBC Realm we specify the form-login-page which loads at first for authentication. If it occurs first, how the welcome file specified in web.xml loads? Will JDBC Realm redirect to welcome file when login is success?

1

There are 1 best solutions below

3
On

It will go to whatever page you were trying to access that triggered the authentication.

This is not peculiar to the welcome page or to JDBCRealm.