Gregor,
I think you misunderstood the OP (or maybe I did)
but he wanted to receive incoming calls via RMI or HTTP, at least that
was what he posted, and not using tomcat as client...

regards
Leon

On Mon, Oct 27, 2008 at 11:58 AM, Gregor Schneider
<[EMAIL PROTECTED]> wrote:
> Maybe one more statement to shed some light:
>
> Tomcat does not have any built-in support for RMI-connectivity but for
> the HTTP(S)-connectivity.
>
> If you want to forward incoming HTTP(S)-Requests to your RMI-server,
> you'll have to write a servlet which accepts the default
> HTTP(S)-requests and transforms them to RMI-requests which then will
> be sent by your servlet to your RMI-server.
>
> Aftter hat your servlet has to read the RMI-response which then will
> have to be transformed to an HTTP(S)-response which is sent back to
> the HTTP(S)-client (usually a web-browser).
>
> HTH
>
> Gregor
> --
> what's puzzlin' you, is the nature of my game
> gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
> gpgp-key available @ http://pgpkeys.pca.dfn.de:11371
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to