Re: UDP Server app

2005-12-28 Thread KJ R
nge scenario for the same > reason > You can write your own.. but if the AppServer you > are using already supports Port Range why bother? > Anyone else ? > M > > - Original Message - > From: "KJ R" <[EMAIL PROTECTED]> > To: "Tomcat Users Lis

Re: Please Help! Error in using Packages

2005-12-28 Thread KJ R
Usually, when you solve a problem, it's helpful to post what the solution was, even if it was something silly, it could possibly help someone else. K --- Teh Noranis Mohd Aris <[EMAIL PROTECTED]> wrote: > Dear all, > I've already solve the problem. Thanks to all who > had > contributed. > > TEH

RE: UDP Server app

2005-12-27 Thread KJ R
lass. 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, so I'm getting close. Any other suggestions? --- "Caldarale, Charles R" <[EMAIL P

RE: UDP Server app

2005-12-27 Thread KJ R
Charles, The main reason to run under Tomcat for me would be when I update the database, I'd like to use a JNDI connection pool for my dataaccess class. I'm also much more familiar with Tomcat than a standalone java app, although I'm not committed to using it. Being able to port it over to anoth