<br><font size=2 face="sans-serif">Hi, </font>
<br>
<br><font size=2 face="sans-serif">in our Continuous Build System we have
some integration / regression tests, running against a deployed (JBoss)
application.</font>
<br><font size=2 face="sans-serif">All I know of this application is the
JNP Url, which is always the same.</font>
<br>
<br><font size=2 face="sans-serif">The directory, where this system is
deployed is &quot;dynamically&quot; and created by concatenation of buildversion,
port, database system and so &nbsp;on, </font>
<br><font size=2 face="sans-serif">for examle: OurProduct_2.8.1.xxx_Oracle_Port_57080</font>
<br>
<br><font size=2 face="sans-serif">Is there any way, to come from this
JNP Url to the directory (path) where this system is running?</font>
<br><font size=2 face="sans-serif">I need this information to copy the
server.log files from there via scp for example back to the client, where
the tests are running.</font>
<br>
<br><font size=2 face="sans-serif">I know that I can get a lot of data
from JBoss via the JMX Console - but how can I do this call(s) from within
ANT or Maven?<br>
Do i have to write my own Task or plugin?</font>
<br>
<br><font size=2 face="sans-serif">Thanx, <br>
<br>
Torsten Reinhard </font>