Re: Using Tomcat as UDP server

2006-11-21 Thread Rainer Jung
I assume you would be better served by MINA (mina.apache.org), which is a more general connector framework. No higher level services though. [EMAIL PROTECTED] wrote: Hi I am not in for particularly using HTTP, i was merely thinking of using a GenericServlet instead. Besides this I have read

Re: Using Tomcat as UDP server

2006-11-21 Thread sappib
Hi I am not in for particularly using HTTP, i was merely thinking of using a GenericServlet instead. Besides this I have read som statements saying that is is possible to extend some ProtocolHandler so serve raw socket connections, but i would prefer not to, since I do not have in-depth knowle

Re: Using Tomcat as UDP server

2006-11-21 Thread Tim Funk
HTTP is a TCP based service. Running it over UDP will not work. -Tim [EMAIL PROTECTED] wrote: Hi I want to use Tomcat as an UDP server instead of TCP. Can this be done just by configuration? If not, then what do I need to do? I have read and searched a lot on the subject but theres is no cl