The instrument client is currently undergoing a major rewrite over at Excalibur to
move away from its use of Altrmi in favor of the new HTTP connector. The Altrmi
connector always had problems when the underlying altrmi versions on the client
and server were not exactly the same. When it worked, it worked great. But when
it didn't the client would hang.
Until it is done, I would suggest using the HTTP connector directly by placing a
declaration like the following at the top of your instrument configuration file.
<connectors> <!--connector class="altrmi" port="15555"/--> <connector class="http" port="15080"/> </connectors>
You will then be able to connect using your favorite browser pointed to port 15080.
You will also no longer need to include any of the altrmi jars in your server application.
No docs yet, that is also under development.
Cheers, Leif
Eero Kaukonen wrote:\
Help,
I can't find excalibur-instrument-client.jar anywhere. It is not in http://www.apache.org/dist/avalon/. Does anybody know where could I find it?
When I check the sources out from CVS and try to compile them, Maven complains about excalibur-instrument-impl-1.2.jar and excalibur-instrument-spi-1.2.jar packages. It seems to me that it tries to find some classes that actually are in excalibur-instrument and -manager packages. What should I do? I don't know much about Maven & stuff...
-eero
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]