Why bind variables will be deleted when you restart the server. Can you change this scenario.
I am trying to develop a small application. In this I have provided registration and login form. Username and password are stored in the jndi server. This application is working fine. But when I am restarting the server, all the bind variables are deleting. Why? I want to store them permanently. Can...