Bug 722973 - AS5 plugin doesn't initialize the value for 'responseTimeLogFile' property for webapps
Summary: AS5 plugin doesn't initialize the value for 'responseTimeLogFile' property fo...
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: Plugins
Version: unspecified
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: jon30-bugs
TreeView+ depends on / blocked
 
Reported: 2011-07-18 16:34 UTC by noel.rocher
Modified: 2022-03-31 04:28 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

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)


Note You need to log in before you can comment on or make changes to this bug.