|
|
|
|
|
Alog
Action : tom.alog (Category : tom, Name : alog, By : kikonf)
Complete Name : tom.alog.by.kikonf Version : 4.0 License : Modified BSD License Purpose of the tom category : Easy to customize. This category use in background the Kikonf Repoz tools to create and configure Apache Tomcat ® root installs and Catalina bases at any level (server.xml, hosts or defaults). You can use it to manage the whole Tomcat ® Architecture. Purpose of this alog plugin : This Action describes a Tomcat Access Log Valve The following shows a sample Action File to use with the Action : tom.alog This sample file can be run with this command : kikact tom.alog Toggle lines
<alog
type = 'action'
directory = '/webapp/invoices/logs'
pattern = '%t %H cookie:%{SESSIONID}c request:%{SESSIONID}r %m %U %s %q %r'
resolveHosts = 'true'
prefix = 'my_access_log'
suffix = '.invoices.log'
fileDateFormat = 'yyyy-MM-dd.HH'
>
<scope host='localhost'/>
<!-- <scope engine='Catalina'/> -->
<!-- <scope host='localhost'/> -->
<!-- <scope context.global='true' context='*blank'/> -->
<!-- <scope context='*blank'/> -->
</alog>
Trademarks :
|