That's how it should work...
Client send to 7777---> (Tunnel listen to 7777) take the message (show it
to the screen) and send it to 8080 --> Tomcat listen to 8080 analyse the
message and send it back.
But you must be certain that you're client is sending the data to 7777
otherwise it won't work. Like...
Client send to 8080 --> Tomcat catch it, analyse and send it back. The Gui
never had the message.
There's probably something with the IIS and Tomcat relation. I don't know
much about that. I only use Tomcat or IIS alone, not at the same time.
And i don't use servlet or jsp and I never did. Another thing I don't
understand is that you see the Apache Soap admin at 8080 and 80. Probably
caused by the IIS & Tomcat stuff that I don't know. My knowledge stop
here. :-)
Steeve...
Richard Heintze <[EMAIL PROTECTED]> on 30/07/2001 04:58:42 PM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc: (bcc: Steeve Gilbert/G_STGEORGES/CANAM_MANAC)
Subject: RE: Soap 2.2: Fault String = java.lang.AbstractMethodError
Steeve,
Yes I can see the
http://loclocalhost:8080/soap/servlet/rpcrouter (as
well as http://loclocalhost/soap/servlet/rpcrouter )in
my browser and no: nothing appears on the tunnel
program. I still don't understand what the random
value 7777 for the listen port is used for.
Thanks,
Siegfried
--- Steeve Gilbert <[EMAIL PROTECTED]>
wrote:
>
> Now what? Now you have a debugging tool. You'll be
> able to see what is
> being exchanged between the client and tomcat via
> the GUI. But it doesn't
> resolve your previous problem. Can you see the
> Apache Soap Admin page at
> http://localhost:8080/soap/servlet/rpcrouter?? If
> you do then I'm out of
> clue...
>
> Steeve...
>
>
>
>
>
> Richard Heintze <[EMAIL PROTECTED]> on
> 30/07/2001 03:58:41 PM
>
> Please respond to [EMAIL PROTECTED]
>
> To: [EMAIL PROTECTED]
> cc: (bcc: Steeve Gilbert/G_STGEORGES/CANAM_MANAC)
>
> Subject: RE: Soap 2.2: Fault String =
> java.lang.AbstractMethodError
>
>
> Steeve,
>
> Now I type java
> org.apache.soap.util.net.TcpTunnelGui
> 7777 localhost 8080
> and a gui pops up.
>
> Now what?
>
> I try java
> org.apache.soap.server.ServiceManagerClient
> http://localhost:8080/soap/servlet/rpcrouter list
>
> and I still get the same error message! I try ports
> 7777 and 80 and still the same error message.
>
> Thanks,
> Siegfried (Richard) Heintze
>
>
> --- Steeve Gilbert <[EMAIL PROTECTED]>
> wrote:
> >
> > Oooohhh!!! :-)
> >
> > I'm sorry I've checked you're command line a
> little
> > bit too fast.
> >
> > It's not: org.apache.soap.util.net.TcpTunnel
> > It's: org.apache.soap.util.net.TcpTunnelGui
> > Got it? GUI? :-) You were loading the module but
> > without any Interface.
> > So it was probably working but you couldn't see
> any
> > result.
> >
> > I hope it will work this time. :-) Cause it's not
> > your main problem yet I
> > think.
> >
> > Steeve...
> >
> >
> >
> >
> >
> > Richard Heintze <[EMAIL PROTECTED]> on
> > 30/07/2001 02:50:35 PM
> >
> > Please respond to [EMAIL PROTECTED]
> >
> > To: [EMAIL PROTECTED]
> > cc: (bcc: Steeve
> Gilbert/G_STGEORGES/CANAM_MANAC)
> >
> > Subject: RE: Soap 2.2: Fault String =
> > java.lang.AbstractMethodError
> >
> >
> > Thanks Steeve, but nothing happens -- it just
> hangs.
> > I
> > was expecting a gui to pop up. See subsequent mail
> > message for a new error message I'm getting from
> > ServiceManagerClient.
> >
> > Sieg
> >
> > c:\apache_soap>java -cp
> >
>
c:\apache_soap\bsf-2_2\lib\bsf.jar;c:\apache_soap\jaf\ja
> > f1_0_1\jaf-1.0.1\activation.jar;c:
> > \apache_soap\java_mail\javamail-1_2\javamail-1
> >
>
.2\imap.jar;c:\apache_soap\java_mail\javamail-1_2\javamail-1.2\mail.jar;c:
> > \apach
> >
>
e_soap\java_mail\javamail-1_2\javamail-1.2\mailapi.jar;c:
> > \apache_soap\java_mail\
> > javamail-1_2\javamail-1.2\pop3.jar;c:
> > \apache_soap\java_mail\javamail-1_2\javamai
> >
> l-1.2\smtp.jar;c:\apache_soap\rhino\rhino\js.jar;c:
> > \apache_soap\soap-2_2\lib\soa
> >
>
p.jar;c:\apache_soap\soap-2_2\samples\ejb\hellobean.jar;c:
> > \apache_soap\xerces\xe
> >
>
rces-1_4_0\xerces.jar;c:\apache_soap\xerces\xerces-1_4_0\xercesSamples.jar
> > org.a
> > pache.soap.util.net.TcpTunnel 7777 localhost 8080
> > TcpTunnel: ready to rock and roll on port 7777
> >
> > Hangs here....
> >
> >
> >
> >
> > --- Steeve Gilbert <[EMAIL PROTECTED]>
> > wrote:
> > >
> > >
> > > Ok! I didn't understand why you've got Tomcat
> and
> > > IIS at first. So IIS is
> > > your main HTTP server and Tomcat is there to run
> > the
> > > servlets? Ok I think
> > > we can forget about IIS for this. So Tomcat is
> at
> > > port 8080.
> > >
> > > So try this
> > > listenport: XXXX (anyport you'd like exept 8080
> > and
> > > 80 as they are already
> > > used. XXXX is the port your client will have to
> > > contact to get the soap
> > > service)
> > > tunnelport: 8080 (all request will be resent to
> > this
> > > port where Tomcat is
> > > listenning.)
> > > tunnelhost: localhost
> > >
> > > Good luck!
> > >
> > > Steeve...
> > >
> > >
> > >
> > >
> > >
> > > Richard Heintze <[EMAIL PROTECTED]> on
> > > 30/07/2001 12:07:27 PM
> > >
> > > Please respond to [EMAIL PROTECTED]
> > >
> > > To: [EMAIL PROTECTED]
> > > cc: (bcc: Steeve
> > Gilbert/G_STGEORGES/CANAM_MANAC)
> > >
> > > Subject: RE: Soap 2.2: Fault String =
> > > java.lang.AbstractMethodError
> > >
> > >
> > > Steeve,
> > >
> > > What is "> service via the tcptunnel."?
> > > I have IIS on the default port of 80 and
> tomcat
> > > running on the default port of 8080. Sample
> > cocoon,
> > > jsp and other serlets seem to work when I point
> my
> > > browser to http://localhost:80 -- apache soap
> does
> > > not.
> > >
> > > Here is what I get when I try your suggestion:
> > >
> > > c:\apache_soap>java -cp
> > > c:\apache_soap\bsf-2_2\lib\bsf.jar;c:
> > >
> >
>
\apache_soap\jaf\jaf1_0_1\jaf-1.0.1\activation.jar;c:
> > >
> >
>
\apache_soap\java_mail\javamail-1_2\javamail-1.2\imap.jar;c:
> > >
> >
>
=== message truncated ===
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/