https://issues.apache.org/bugzilla/show_bug.cgi?id=50675
--- Comment #3 from Sebb <[email protected]> 2011-01-28 07:58:47 EST --- (In reply to comment #1) > I can confirm the bug, and hope to address it before too long. I'm not sure it's really a bug: The client does not send the JMX file location across to the server, but what could it send anyway? An absolute pathname would in general be meaningless unless the directory structures are identical - the server(s) may run different OSes. For relative paths there needs to be a fixed known point on each system - e.g. user.dir, the launch directory. But relative paths will generally only work if the JMX files all in subdirectories of the launch directory. So there is no general solution, but in many cases it might be sufficient to calculate the calculate the relative path from user.dir to the JMX file, and send that across to establish the base directory. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
