> From: Sebastian Wagner [mailto:seba.wag...@gmail.com]
> Subject: howto add a UDP Listener
> 
> Is there a way of telling tomcat to receive UDP Packets and forward
> them to my Handlers?

No.  Tomcat is a server for HTTP requests running over TCP protocol.  You'll 
need to implement your own UDP handler.  You might want to look over this 
thread, which sounds similar to your situation (ignore the last message of the 
thread, which is a hijack):
http://marc.info/?t=113562169600002&r=1&w=2

You might be able to make use of this within your code:
http://mina.apache.org/

 - 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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to