Re: Speeding up RMI calls

2012-07-28 Thread Jess Holle
The only way I know to address this obnoxious issue is to create your own custom RMIClassLoaderSpi and install it early enough. The custom RMIClassLoaderSpi is very simple: public String getClassAnnotation( final Class cl ) { return ( null ); // we don't need no stinking b

Re: Happy Birthday, Chuck!

2012-07-28 Thread Terence M. Bandoian
On 1:59 PM, Leon Rosenberg wrote: Maybe a little bit late, but still! Happy Birthday Chuck! Leon On Thu, Jul 26, 2012 at 10:46 PM, Rainer Jung wrote: On 26.07.2012 15:46, Gregor S. wrote: Hi Chuck, thanks again for your valuable comments on this list, and keep it up! Cheers! +2 ! Rainer

Context Documentation

2012-07-28 Thread Terence M. Bandoian
To make the context documentation page more readable, I suggest replacing the last preformatted block on the page with something like the following: RE: Speeding up RMI calls
Andrew It *sounds* like you are battling a network latency problem Can you identify the target RMI server then do a simple tracert from client to RMI Server to determine which intermediate node is causing the delay? Martin __ Verzicht und Vertraulic

Re: Context variation problems -- localhost versus VPS

On 28/07/2012 03:02, David Woosley wrote: > Charles, > > Excellent response. Thank you. > > Tomcat 5.5 deployment seems somewhat confusing to me. I will upgrade as > soon as possible which, unfortunately, is easier said than done. > > Do you offer consulting services for things like this? htt