I´m creating a Web Service using Glassfish. Now I want to know basic information about my requests like:
[DATE] "GET / HTTP/1.0" 200
For that I installed apache 2.2. It has 3 logs: access.log, error.log and install.log. How can I known basic information of my application using access.log?In other words, How can I direct my application requests to access log?