Re: Java client does not re-use TCP/IP connections.

2005-11-30 Thread Tim Funk
This has nothing to do with tomcat. Please use the appropriate list. -Tim Magyar, Bence wrote: Sorry, I'm quite new with all of this. I've created a java client to my tomcat web service using the Java2WSDL2 utility and WSDL2Java utility. Correct me if I'm wrong, I believe this is called t

RE: Java client does not re-use TCP/IP connections.

2005-11-29 Thread Caldarale, Charles R
> From: Magyar, Bence [mailto:[EMAIL PROTECTED] > Subject: Java client does not re-use TCP/IP connections. > > For each one of these invocations, my client creates a new > TCP/IP connection to the service instead of reusing the > existing one. Am I missing some critic

Java client does not re-use TCP/IP connections.

2005-11-29 Thread Magyar, Bence
Sorry, I'm quite new with all of this. I've created a java client to my tomcat web service using the Java2WSDL2 utility and WSDL2Java utility. Correct me if I'm wrong, I believe this is called the "stub" client model. At any rate, my main() function in my client looks like: // get the