User: cgjung  
  Date: 01/10/03 06:20:31

  Added:       jboss.net/src/bin testAxis.bat
  Log:
  restructured server/client parts, invocationhandler support.
  
  MBeanProvider for exposing MBeans as web-services.
  
  JMXConnector.
  
  Revision  Changes    Path
  1.1                  contrib/jboss.net/src/bin/testAxis.bat
  
  Index: testAxis.bat
  ===================================================================
  set 
JBOSS_CLASSPATH=.;%JBOSS_CLASSPATH%;..\lib\ext\axis.jar;..\lib\ext\log4j.jar;..\deploy\lib\jbossdotnet.sar;..\lib\crimson.jar;..\lib\jmxri.jar
  
  java -classpath "%JBOSS_CLASSPATH%" org.jboss.net.axis.AxisInvocationHandler 
http://localhost:8080/axis/services  
  java -classpath "%JBOSS_CLASSPATH%" org.jboss.net.jmx.MBeanInvocationHandler 
http://localhost:8080/axis/services 
  java -classpath "%JBOSS_CLASSPATH%" 
org.jboss.net.jmx.connector.ConnectorInvocationHandler 
http://localhost:8080/axis/services 
  
  
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to