> From: KJ R [mailto:[EMAIL PROTECTED] 
> Subject: RE: UDP Server app
> 
> Yes I know JNDI itself is not a Tomcat feature, but
> their CONNECTION POOL implementation IS a feature I'm
> interested in.

Take a look at the DBCP package from Jakarta Commons - it's what Tomcat
uses:
http://jakarta.apache.org/commons/dbcp/

Same price as Tomcat.  The Commons Logging package will help in your
debugging.

> It looks like it's probably working because when I tried 
> to use my "udp_client" web app to test it, got a message
> saying the port was already in use and could not bind,

Do a netstat -a to see if the port is in use.  Platform-specific options
on netstat can help you find out which process already has it if that's
the case.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to