Re: Tomcat server to host socket server as well as webclient.

2006-02-10 Thread Mark Thomas
Prabhu Baskaran wrote: > If u need any clarification please let me know.. But if any one can suggest > ways for me to achieve this i wud appreciate it..Thanks in advance. > Regards You could start by reading http://tomcat.apache.org/lists.html and directing your question to the appropriate list (h

Re: Tomcat server to host socket server as well as webclient.

2006-02-10 Thread Henri Gomez
A solution could be to implement on the client side an AJP 1.3 protocol 2006/2/10, Prabhu Baskaran <[EMAIL PROTECTED]>: > Hi All, > I wanted to run Socket server program which wud act as a connection to > another client application which wud provide data from the database...(sort > of like a clie

Tomcat server to host socket server as well as webclient.

2006-02-09 Thread Prabhu Baskaran
Hi All, I wanted to run Socket server program which wud act as a connection to another client application which wud provide data from the database...(sort of like a client to the socket).. and i wud have a web front end.. So i wud host the servlets/jsps in the webserver tomcat.. I wanted these to