> 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 capability of the Java execution
environment.  Tomcat merely allows you to configure JNDI entries
non-programmatically.  You can accomplish the same thing more simply in
a standalone app with command line parameters.

You're still subverting the purpose of Tomcat:  it's intended to handle
web applications using HTTP in a request/response mode.  Your app isn't
anything like that - you have no need of a Servlet container or any
other form of J2EE app server.

 - 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