|
|
|
|
|
Realm
Action : tom.realm (Category : tom, Name : realm, By : kikonf)
Complete Name : tom.realm.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 realm plugin : This Action configures a Tomcat Realm. The following shows a sample Action File to use with the Action : tom.realm This sample file can be run with this command : kikact tom.realm Toggle lines
<!-- This will create a Realme -->
<realm
type = 'action'
digest = 'MD5'
>
<!-- <scope context='*blank'/> -->
<scope context.global='true' context='*blank'/>
<!-- <scope host='localhost'/> -->
<!-- <scope engine='Catalina'/> -->
<datasrc dataSourceName = 'jdbc/my_datasrc'/>
</realm>
Trademarks :
|