Re: UDP Server app

2005-12-29 Thread Luis Correia
Hi, I don't have much experience with Apache/Tomcat servers. I have to perform some kind of security audit to these servers... What and where to begin ? What should I look for ? For the Apache server I supposed I should look in the httpd.conf e .htaccess files ? What to look for ? Thanks in advan

Re: UDP Server app

2005-12-28 Thread Martin Gainty
measured in milliseconds check out http://java.sun.com/docs/books/tutorial/essential/threads/waitAndNotify.html Anyone else? Martin- - Original Message - From: "KJ R" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, December 28, 2005 8:57 AM Subject: Re:

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: UDP Server app

2005-12-27 Thread Martin Gainty
Sent: Tuesday, December 27, 2005 5:22 PM 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. I'm not planning on writing my own > connection pool, I like the way they

RE: UDP Server app

2005-12-27 Thread Caldarale, Charles R
> 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&#

RE: UDP Server app

2005-12-27 Thread KJ R
ROTECTED]> wrote: > > From: KJ R [mailto:[EMAIL PROTECTED] > > Subject: RE: UDP Server app > > > > 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. >

RE: UDP Server app

2005-12-27 Thread Caldarale, Charles R
> From: KJ R [mailto:[EMAIL PROTECTED] > Subject: RE: UDP Server app > > 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. JNDI is not a feature of Tomcat, it's a capa

RE: UDP Server app

2005-12-27 Thread KJ R
ia a webpage and start/stop it. Thanks, Kevin --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Pulkit Singhal > [mailto:[EMAIL PROTECTED] > > Subject: Re: UDP Server app > > > > a) I think that since main() is a static method, >

RE: UDP Server app

2005-12-27 Thread Caldarale, Charles R
> From: Pulkit Singhal [mailto:[EMAIL PROTECTED] > Subject: Re: UDP Server app > > a) I think that since main() is a static method, it should > run automagically when you deploy your app into webapps and > start tomcat. At best, that's wishful thinking. Tomcat is not t

RE: UDP Server app

2005-12-27 Thread Caldarale, Charles R
> From: kjr_23 [mailto:[EMAIL PROTECTED] > Subject: RE: UDP Server app > > This will be a brand new application. We will be tracking a > fleet of about 300 - 400 vehicles with modems in them which > send out udp data. We will configure them to send to a port > of our cho

Re: UDP Server app

2005-12-26 Thread Pulkit Singhal
gn flaws or opportunity for improvement? As I said, most of my > experience thus far has been writing web applications that are called from > JSP's, so this is all new to me. > > Thanks, > K > > -Original Message----- > From: Pulkit Singhal [mailto:[EMAIL PROTECTED] &g

RE: UDP Server app

2005-12-26 Thread kjr_23
ssage- From: Pulkit Singhal [mailto:[EMAIL PROTECTED] Sent: Monday, December 26, 2005 2:27 PM To: Tomcat Users List Subject: Re: UDP Server app Hi, A few questions to help clarify what you want: 1) Is this UDP port actually being used by your instance of Tomcat for implementing some functionality an

Re: UDP Server app

2005-12-26 Thread Pulkit Singhal
Hi, A few questions to help clarify what you want: 1) Is this UDP port actually being used by your instance of Tomcat for implementing some functionality and you simply want to listen on the port without interfering with the actions that take place? (kind of like a wire tap) --> If you are indeed