Re: programmatically sending tomcat a socket?

2006-08-02 Thread Adam Fisk
OK interesting. I'll look into it. I don't have a good enough handle on the Tomcat code base to undertand how it all plugs together, but this sounds like a great starting point. Thanks! -Adam On 7/31/06, Peter Crowther <[EMAIL PROTECTED]> wrote: > From: Adam Fisk [mail

programmatically sending tomcat a socket?

2006-07-30 Thread Adam Fisk
I'm embedding Tomcat, and I'd like to have programmatically send it a socket I've created (could be a reliable UDP socket subclass, some other special "socket"), and have Tomcat handle it as if it were a normal socket, expecting incoming HTTP requests on that socket. Anyone know how I should best