I am absolutely new to Weblogic and j_security_check. In my readings over the past days, all I see is the order of operations for the call protected data on a server and how it gets routed to the j_security_check. (e.g. j_security_check redirect)
What I am trying to understand is where the configuration is that tells the server what to check the username and password against?
When a form is submitted to the server that passes username/password, what code is executed? Is the source available to me to look at? How does it know where it is going to check the values against?
I am on a project and NOBODY knows how to use Weblogic because ALL the previous devs jumped ship.
The web.xml and weblogic.xml file have nothing in them to shed any light on how any mapping to a database exists. How does the system know what database or even what column in the database to check the username and password field against?
In looking through the Weblogic portal I can see 'DefaultAuthenticator, DefaultIdentityAsserter, and an OpenLDAPAuthenitcator' but there is nothing in any of the sub level pages that shows me how any of the fields are being processed and validated.
What should I be looking for, am I looking in the wrong place, what timeline should one expect to have to spend to understand what is going on with this whole Weblogic and j_security_check process?
Any suggestions on how to proceed with this topic would be most welcome.