On Wed, Oct 8, 2008 at 12:00 PM, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote: > Darryl Pentz wrote: >> >> I have not found a no-brainer solution to this as yet. The one I have >> tried is making a localhost HTTP call which I find to be rather expensive, >> given that it requires creating a socket connection to the same container. >> > > Have you actualy measured that additional local HTTP call is to expensive > for you? It's the simplest way. Go with KISS rule ;-) >
How is that KISS? 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... Or you just add the words " extends Remote" to your service interface and start the RMIRegistry. which is KISSier? :-) Leon > > -- > 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] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]