I'm in an internship and i'm learning jsp, i still get lost sometimes, my boss asked me to create a simple log file that would register the information that pass by my form: I have a login form that redirect you to another form, nothing complex.
Basically, i need to, each time a user clicks on login (the button), the log file(txt) would add his nickname and password to the file with the time, my boss told it's not hard but i have no idea where to start.
P.S: The Login and other jsp files i have them and they are working fine i just need to add the code for the log file that i'm supposed to create. Please help guys.