Hello, I'm new to
Tomcat, and I am having an issue with setting up basic authentication for my app. I have the last Tomcat installed (6.0.32) and it is serving out a web application called Geoportal. To add an extra level of security I wanted to apply Basic authentication for this app and I successfully did so, the authentication login screen opens when I go to
http://localhost:8080/geoportal/. However, after successfully signing into the page once I click to go to a new page in the app I makes me login once again.
What am I missing, I feel that once I sign in at the beginning it should retain my information in the memory so I don't have to re-authenticate. Could someone please help me with this or point me to a resource that could answer my question?
Thank,
Nick