how to access a servlet without creating a new instance of it. thanks in advance jothi
Preethi M
Greenhorn
Joined: Oct 24, 2000
Posts: 22
posted
0
Hi Pandyan! U cannot access a servlet without creating an instance of it. thanks preethi
Nitin Dabadghav
Greenhorn
Joined: Jun 28, 2000
Posts: 13
posted
0
Creating an instance won't help you. You will have to use the Socket class. Create an instance of the Socket giving the hostname and port number of the webserver. You should have your webserver started before executing the client.