[jira] Commented: (GERONIMO-848) Deployer ignores Geronimo URL host/port

2005-08-03 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-848?page=comments#action_12317535 ] Jeremy Boynes commented on GERONIMO-848: I thought we just passed the URL down to the JMX connector - do you know if this is a problem with the deployer or a

[jira] Commented: (GERONIMO-848) Deployer ignores Geronimo URL host/port

2005-08-03 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-848?page=comments#action_12317541 ] Aaron Mulder commented on GERONIMO-848: --- Here's the code (from DeploymentFactoryImpl): if (uri.startsWith(jmx)) { Map environment = new

[jira] Commented: (GERONIMO-848) Deployer ignores Geronimo URL host/port

2005-08-03 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-848?page=comments#action_12317569 ] Kevan Miller commented on GERONIMO-848: --- Aaron is right that the syntax for the uri was incorrect. I was looking into the problem also, but hadn't gotten to the root