Bug 722973

Summary: AS5 plugin doesn't initialize the value for 'responseTimeLogFile' property for webapps
Product: [Other] RHQ Project Reporter: noel.rocher
Component: PluginsAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: unspecified Docs Contact:
Priority: medium    
Version: unspecifiedCC: dvanbale, hrupp
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 625146    

Description noel.rocher 2011-07-18 16:34:03 UTC
JON 2.4.1
----
AS4 plugin code is showing 

        // Set the default value for the 'responseTimeLogFile' plugin config prop.
        // We do it here because the filename is derived from the context root.
        // first check if the context root is a multi level one and replace the / with an underscore
        String vHost = deploymentInformation.getVHost();
        setRtLogInPluginConfig(rtLogDir, pluginConfig, contextRoot, vHost);


Nothing for AS5

Comment 1 noel.rocher 2011-07-18 17:09:41 UTC
Code sample is coming from :

 org.rhq.plugins.jbossas.util.WarDiscoveryHelper.initPluginConfiguration(WarDeploymentInformation, File, Iterator<DiscoveredResourceDetails>, DiscoveredResourceDetails)