RE: Socket Servlet using Tomcat 5.5.17

2006-05-30 Thread Ahmed . AlGhafri
I know that Tomcat's purpose is to listen for requests and pass them on to the appropriately mapped servlet. But i want to use Tomcat's because i will not need to code all the mutli-threading part of it. and if in the future some of the client connect over HTTP, I will have no problem handling

Re: Socket Servlet using Tomcat 5.5.17

2006-05-30 Thread Ahmed . AlGhafri
Hi David... I didn't send a request to the servlet I am expecting the servlet to execute on socket open, for that i made my servlet in the Root (The default one)... I want once i connect using the host and port it execute my servlet... David Smith <[EMAIL PROTECTED]> 30/05/2006 15:04 Pl

Re: Socket Servlet using Tomcat 5.5.17

2006-05-30 Thread Ahmed . AlGhafri
Hi mks Yeah it dose work when i am accessing the Tomcat via the browser but i don't want to access it via the browser because somebody from different machine will send me a message via a socket connection and i want that servlet do the work once the socket connect to the Tomcat Markus S

Re: Socket Servlet using Tomcat 5.5.17

2006-05-30 Thread Ahmed . AlGhafri
My problem is that my servlet running at Tomcat 5.05.17 and my servlet is the default servlet, now i am trying to call this servlet by a Java program that open socket connection... I want Tomcat run this default servlet once that socket connect to Tomcat... Now the connection is done but Tomca

Re: Socket Servlet using Tomcat 5.5.17

2006-05-30 Thread Ahmed . AlGhafri
My problem is that my servlet running at Tomcat 5.05.17 and my servlet is the default servlet, now i am trying to call this servlet by a Java program that open socket connection... I want Tomcat run this default servlet open once that socket connect to Tomcat Markus Schönhaber <[EMAIL PROTE

Socket Servlet using Tomcat 5.5.17

2006-05-29 Thread Ahmed . AlGhafri
How i can let Tomcat 5.5.27 listen to any socket connection from the client and handle it ??

Re: Advice me

2006-05-27 Thread Ahmed . AlGhafri
My problem that i want to send a massage to my servlet which is running in Tocat5.5.17 using a client that open a socket connection at 8080 usingTCP/IP connection ? how i can do that ?

Advice me

2006-05-27 Thread Ahmed . AlGhafri
Hello all, How can i make the Tomcat opens to my servlet once i call it, using this call "http://localhost:8080"; ??? What i wan to say that i want me own servlet be the default page, and I am using apache-tomcat-5.5.17 Thanks

Advice me

2006-05-26 Thread Ahmed . AlGhafri
Hello all, How can i make the Tomcat opens to my servlet once i call it, using this call "http://localhost:8080"; ??? What i wan to say that i want me own servlet be the default page, and I am using apache-tomcat-5.5.17 Thanks