Re: tomcat 7 udp connector

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 12/1/12 8:13 PM, Pid wrote: > On 01/12/2012 21:15, Jost Boekemeier wrote: >> Hi, >> >> I don't think tomcat is hard-wired the way you suggest. > > [sigh] Suggest? > > Tomcat, as does the Servlet Spec, focuses on web applications, ie > ones

Re: tomcat 7 udp connector

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jost, On 12/2/12 1:04 AM, Jost Boekemeier wrote: > I won't explain php Java bridge. It's just a library which requires > a jee (tomcat) environment. > > We currently have code, written in php, which comnunicates whith > trackboxes (mostly systech "a1

Re:[OT] tomcat 7 udp connector

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/2/12 1:04 AM, Jost Boekemeier wrote: > I'm using gmail from android, which includes quoted text at the > bottom. So I don't have much control over the layout. Sure you do. Scroll to the bottom of the message and tap after the final text. Don't

Re: tomcat 7 udp connector

2012-12-01 Thread Jost Boekemeier
Hi Mark, I'm using gmail from android, which includes quoted text at the bottom. So I don't have much control over the layout. I won't explain php Java bridge. It's just a library which requires a jee (tomcat) environment. We currently have code, written in php, which comnunicates whith trackbo

Re: tomcat 7 udp connector

2012-12-01 Thread Pid
On 01/12/2012 21:15, Jost Boekemeier wrote: > Hi, > > I don't think tomcat is hard-wired the way you suggest. [sigh] Suggest? Tomcat, as does the Servlet Spec, focuses on web applications, ie ones served over HTTP. The Connector implementations are configurable, but there is no UDP implementati

Re: tomcat 7 udp connector

2012-12-01 Thread Mark Eggers
On 12/1/2012 1:15 PM, Jost Boekemeier wrote: Hi, I don't think tomcat is hard-wired the way you suggest. And the servlet spec doesn't require http. In the past I've written a servlet container which uses raw tcp instead of http. The tomcat jee container is needed by php java bridge to rund php

Re: tomcat 7 udp connector

2012-12-01 Thread Jost Boekemeier
Hi, I don't think tomcat is hard-wired the way you suggest. And the servlet spec doesn't require http. In the past I've written a servlet container which uses raw tcp instead of http. The tomcat jee container is needed by php java bridge to rund php code from Java. Probably the tomcat dev ml is

Re: tomcat 7 udp connector

2012-12-01 Thread Pid
On 01/12/2012 17:22, Mark Eggers wrote: > On 12/1/2012 5:16 AM, Jost Boekemeier wrote: >> Hello, >> >> I am developing a JEE web application which has to handle HTTP, TCP >> and UDP connections. >> >> Can Tomcat >= 7 handle raw TCP and UDP connections? Are there >> extensions (connectors?) availabl

Re: tomcat 7 udp connector

2012-12-01 Thread Mark Eggers
On 12/1/2012 5:16 AM, Jost Boekemeier wrote: Hello, I am developing a JEE web application which has to handle HTTP, TCP and UDP connections. Can Tomcat >= 7 handle raw TCP and UDP connections? Are there extensions (connectors?) available which can handle them? *I am aware of mina.apache.org, a

tomcat 7 udp connector

2012-12-01 Thread Jost Boekemeier
Hello, I am developing a JEE web application which has to handle HTTP, TCP and UDP connections. Can Tomcat >= 7 handle raw TCP and UDP connections? Are there extensions (connectors?) available which can handle them? *I am aware of mina.apache.org, and I can write my own socket server, so please