Re: Advice me

2006-05-27 Thread Edoardo Panfili
[EMAIL PROTECTED] wrote: 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 ? I have a group of servelet configured in a Context. To do that you neet to read some

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 ?

Re: Advice me

2006-05-27 Thread Michael Echerer
[EMAIL PROTECTED] wrote: > Hello all, > > How can i make the Tomcat opens to my servlet once i call it, using this > call "http://localhost:8080"; ??? Basically this works, if you put a webapp context called "ROOT" into the webapps directory. You should have a look at the Tomcat default installat

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