If you insist on SoapMonitor (I also use tcpmon as a proxy, works very
nice),
you can configure it in 

jboss/server/<config/>/deploy/jboss-net.sar/axis-config.xml

and

jboss/server/<config/>/deploy/jboss-net.sar/jboss-net.war/WEB-INF/web.xml

The classloaders associated to these deployment descriptors contain all the
jboss-net/axis classes. (look in the appropriate axis deployment descriptors
for the concrete elements to use).

CGJ

 

-----Urspr�ngliche Nachricht-----
Von: Kevin Conner [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 17. M�rz 2003 18:40
An: '[EMAIL PROTECTED]'
Betreff: RE: [JBoss-user] JBoss.NET and Axis SOAP Monitor


> How can I use Axis SOAP Monitor with JBoss? Axis site says it
> should be 
> in http://localhost:<port>/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
###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.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

Reply via email to