Peter Johnson [
http://community.jboss.org/people/peterj] created the discussion
"Re: Jboss Log/JMX"
To view the discussion, visit:
http://community.jboss.org/message/605262#605262
--------------------------------------------------------------
I used to have one that did this, but it was ages ago. If I find it I'll post it. But
the servlet was very simple: it used the jboss.server.log.dir system property to get to
the server/xxx/log directory, and then scanned the directory for log files (you could also
just look for "server.log"). Then open it as a file and read it, converting it
to HTML to output. The one I had listed the last 100 lines and provided navigation to move
forward and backwards through the file (essentially, it took a starting line number and
line count as parameters).
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/605262#605262]
Start a new discussion in Beginner's Corner at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]