thejarbar.org is up but has one final bug that I don't understand as this works on my development rig. I am using container managed security in two places
Hello all abd thank you for all te amazing help. thejarbar.org is now up ans running /it took me a bit longer to get things working because mysql became corrupted to the point where I was unable to log in on dev rig but I worked around it with virtualbox. As a matter of interest there remains a bug that I was unable to get on top pf during development. This minor bug involves loggung out of my application where I need to refresh the page to show that the user has been logged out. The following were tried but failed.... redirectng from the logout action it (never redirects) currently I ask user to press button twice as this refreshes the page but not fast enough. The user is logged out on first click and I need merely to refresh the page. I noticed another message in intellij complaianing that a mysql connecton was not closed but was closed by the container to prevent a memory leak. I have look everywhere in code and have closed the connection in a finally block ehrnever it has been opened. Any idea where I should close this connection? I am using hibernate btw.