|
|
|
|
|
Trans
Action : tom.trans (Category : tom, Name : trans, By : kikonf)
Complete Name : tom.trans.by.kikonf Version : 5.5 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 trans plugin : This Action configures a Tomcat Transaction. The following shows a sample Action File to use with the Action : tom.trans This sample file can be run with this command : kikact tom.trans Toggle lines
<!-- This will create a resource at the Tomcat Global Resources level and a ResourceLink at the Context level -->
<trans
type = 'action'
factory = 'my.pack1.pack2.pack3.myFactory'
>
<!-- <scope context.global='true' context='*blank' resources.global='true'/> -->
<scope context='*blank' resources.global='true'/>
<!-- <scope context='*blank'/> -->
<!-- <scope host='localhost'/> -->
<!-- <scope engine='Catalina'/> -->
<!-- <scope host='localhost'/> -->
<!-- <scope context.global='true' context='*blank'/> -->
<!-- <scope context='*blank'/> -->
<transrsc>
<properties>
<property name='prop1' value='value1'/>
<property name='prop2' value='value2'/>
<property name='prop3' value='value3'/>
</properties>
</transrsc>
<link/>
</trans>
Trademarks :
|