|
From: Moisei R. <mra...@il...> - 2002-02-18 08:23:10
|
Hello All.
I am trying to run the HttpAdaptor example and I have following problem :
D:\Program Files\JMX\openjmx-1.0b2\lib>java -cp \
".;openjmx.jar;openjmx-tools.jar;xalan.jar;xerces.jar"
examples.tools.adaptor.http.HttpAdaptor localhost 8080 openjmx-tools.jar
openjmx\adaptor\http\xsl
openjmx-tools.jar openjmx\adaptor\http\xsl
openjmx
openjmx
template for path /mbean.xsl not found
Transformer for path /mbean not found
I can only run it properly when extract all *.xsl and *.css from
openjmx-tools.jar to D:\Program Files\JMX\openjmx-1.0b2\lib directory
I am sure that the problem is wrong parameters that I pass to the
HttpAdaptor but I cannot find properly configuration.
I've tryied different choises as :
localhost 8080 (this one works good for LINUX)
localhost 8080 openjmx-tools.jar
localhost 8080 openjmx-tools
localhost 8080 openjmx-tools D:\Program Files\JMX\openjmx-1.0b2\lib
etc.
but nothing work.
Thanks,
Best Regards,
Moisei
|