erasmo2 marciano2 [https://community.jboss.org/people/erasmomarciano] created 
the discussion

"Re: How to configure JBoss logs to view in Awstat"

To view the discussion, visit: https://community.jboss.org/message/826413#826413

--------------------------------------------------------------
Hi
 you should make an access log with jboss
Example

 <subsystem xmlns="urn:jboss:domain:web:1.1" 
default-virtual-server="default-host" native="false">
            <connector name="http" protocol="HTTP/1.1" scheme="http" 
socket-binding="http"/>
            <virtual-server name="default-host" enable-welcome-root="true">
                <alias name="localhost"/>
                <alias name="example.com"/>
                    <access-log pattern="%a %t %H %p %U %s " >
                                <directory relative-to="jboss.server.log.dir" />
                  </access-log>
            </virtual-server>
        </subsystem>

You have make a pattern compatible with awstat
Check this url
 http://awstats.sourceforge.net/docs/awstats_setup.html 
http://awstats.sourceforge.net/docs/awstats_setup.html
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/826413#826413]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to