0

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?

user207421
  • 305,947
  • 44
  • 307
  • 483
Sidath Asiri
  • 359
  • 4
  • 18

1 Answers1

0

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.

user207421
  • 305,947
  • 44
  • 307
  • 483