Does the JMX interface in JBoss AS 6.1 or 7, or a web admin console area, offer some basic values like total request count? Or is there logging of HTTP requests which only needs to be enabled so I can get standard web server log files?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In case of JBoss 6 (and also 5) you can turn on logging information about incoming connections. You have to edit
server.xmlfile in theprofile/deploy/jbossweb.sardirectory and uncomment these line:These allow you to turn on logging in Apache Web Server format.