I have stored all user information into a table.But not getting how to
create a individual files (either .html or .jsp) to retrieve his
information. I wrote a .jsp file in which I am displaying the user
information based on the search criteria, but now I want display user
web page explicitly without searching like linkedin public profile
pages.
You could just generate a JSP with the users information with the relevant directory and then use a standardised layout for it and insert like the user name and things when the user registers.
Dean