hi,

I would like to add an UDP Listener to send and receive UDP to my
tomcat-webapp.

Unfortunately the server does reject Packets when I do try a usual

DatagramSocket socket = new DatagramSocket(4445);

as soon as I try that I get errors in my application.

Is there a way of telling tomcat to receive UDP Packets and forward them to
my Handlers?
Something like a Servlet that gives me the UDP Packets?


thanks
Sebastian Wagner

-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

Reply via email to