Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I had to change machines and when I installed netbeans with glassfish in the new one, the server version is 3.1.2, whereas before I was using 3.0, I think.

I have roles defined in a file realm in glassfish. I use the basic login form with j_security_check and the user manages to log in. The problem is I need to retrieve the username to know who this logged in user is, but request.getUserPrincipal() (or request.getRemoteUser()) is always null, meaning I don't know who logged in!

I found multiple posts about this problem, but none seems to be able to solve my problem. I think it might be some server config, but I have no idea what to do. Any help will be precious.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.