[jboss-jira] [JBoss JIRA] Commented: (JBAS-3460) Allow per-webapp configuration of useJK, snapshotMode and snapshotInterval
Brian Stansberry (JIRA)
jira-events at jboss.com
Tue Dec 5 16:37:55 EST 2006
[ http://jira.jboss.com/jira/browse/JBAS-3460?page=comments#action_12348234 ]
Brian Stansberry commented on JBAS-3460:
----------------------------------------
The needed fields should be added to org.jboss.metadata.ReplicationConfig. (Ping the dev list about any use for useJK outside replication -- if yes, put it in the main WebMetaData class rather than ReplicationConfig.) The fields should not be of primitive types, but rather String or primitive wrapper objects. When the webapp is deployed, the deployer can check the metadata to see if the value is null; if null set with the value from the tomcat sar's service.xml.
Alternative: don't set snapshotMode and snapshotInterval in the tomcat sar; force the odd people who don't use the default to configure it per webapp. UseJK *must* be configurable via a default in the tomcat sar though. This alternative should be discussed on the dev list or clustering forum before being implemented.
> Allow per-webapp configuration of useJK, snapshotMode and snapshotInterval
> --------------------------------------------------------------------------
>
> Key: JBAS-3460
> URL: http://jira.jboss.com/jira/browse/JBAS-3460
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Web (Tomcat) service, Clustering
> Reporter: Brian Stansberry
> Assigned To: Brian Stansberry
> Fix For: JBossAS-5.0.1.CR1
>
>
> The Tomcat SAR's useJK, snapshotMode and snapshotInterval attributes all drive the creation of valves that are deployed per web-app. Therefore the properties could also be changed per web-app. Need to add them to jboss-web.xml.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list