Gayathri Gayu wrote:So is now everything is in jsp and not in servlet? Do i need to modify the entire project code?
Not at all. Whatever code you have written in
jsp scriptlet block the same stuff will go inside
servlet.
I am suggesting you to keep useid/password in a file and read from there because, if it changes e.g. password changed you don't have to make any change in the code, you will just change that file.