RE: RE: [JBoss-user] JBoss.NET and Axis SOAP Monitor

2003-03-18 Thread Karim Romero
Hi,

With the information of Dr Jung and putting the
generated classes ( SoapMonitorApplet*.class) in  
jboss/server//deploy/jboss-net.sar/jboss-net.war,
I had success starting Soap Monitor at:
http://localhost:8080/jboss-net/SOAPMonitor

luck



__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] JBoss.NET and Axis SOAP Monitor

2003-03-17 Thread Kevin Conner
> How can I use Axis SOAP Monitor with JBoss? Axis site says it 
> should be 
> in http://localhost:/axis/SOAPMonitor, but there is nothing.
> 
> And does anyone know what is wrong with jboss.org site? It 
> seems to be 
> down..

You have to set it up yourself.  You need to add a servlet mapping
into your web.xml for the SoapMonitorService (I think), add the
SoapMonitorApplet into the root of your web app and specify the
handlers on the service (or transport).

I'm not sure how this will work given the classloading in jboss
but you can certainly try it.  The soap monitor service creates
a server socket to which the applet connects.

A better way to see what is happening is to use the tcpmon as a
proxy, it's easy to set up the HTTP communication to proxy through
it.  The tcpmon will show you all the headers (authentication info)
as well as any error response (the soap monitor does not handle faults).
It also means you can do it on a per client basis if you wish.

HTH,
Kev

Kevin Conner
This is a personal e-mail. Any views or opinions presented are 
solely those of the author and do not necessarily represent those 
of Orchard Information Systems Ltd.


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user