2011/12/20 Mayank Tripathi <may...@customerxps.com>: > Hi , > > Greetings for the day. > > I've a question about using the tomcat as a TCP server. Given that tomcat > uses basic TCPConnections how can we use it as TCP server?Are there some > settings we need to turn on or given we already have our TCPClient how > tomcat will be able to receive data from a port which is not wrapped in to > HTTP?
1. Usage questions belong to users@ list, not dev@. 2. Tomcat is not a generic TCP server. It supports only certain client protocols: HTTP(S) and AJP. That is what Connector implementations are available. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org