Hi *,
I have glassfish server, configured with several virtual hosts. Some of
the virtual hosts are serving static files.
I want to intercept all HTTP requests (HttpServletRequest) from all
hosts in order to analyze and prevent DDoS attacks.
Is this possible through some OSGi service or something else ?
Thanks