i am trying to use RemoteServiceServlet with Filter to catch the request to track what methods are requested in my webapplicaiton of a user.
i am unable to do this…
can anyone suggest a best way to track the methods called something like a ServletFilter.
NOTE i like to track user and his request he requested for.
You can override
public boolean preProcess(HttpExchange exchange)in your implementation of RemoteServiceServlet as follow.