Leon Rosenberg wrote:
You need additional lib (commons httpclient), you need special
servlet/action/jsp on B-side, you probably need to start threads, you
need to monitor those on A side, and and and...
One can use HttpURLConnection. There're probably some actions/jsps already in the webapp, one more makes no harm.

Anyway, yes, it's maybe more work than to extend Remote. But IMO gives you more flexibility than RMI. It's easier and more common to allow HTTP trafic through firewalls, than RMI traffic.

We don't know what kind of infromation Daryl wants to exchange. Maybe it's worth to go with RMI, maybe it isn't.

--
Mikolaj Rydzewski <[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