I have to use some listener class to listen all pages. According to the url, I must split it and get some informations.
For example :
x.domain.com/$member
I want to get the member name through url, get the following bean and retrieve some database informations.
So, I created a PhaseListener to do the job, but it is not called every times I needed it, for example in case of 404 error.
How can I proceed ?
Thanks a lot :)
PS : I am using Glassfish 4.1.