after compiling the MyServlet.java file. i got class file... where should i save this file how could i run this file... thanX in advance....
Ajan Balakrishnan
Ranch Hand
Joined: Jan 04, 2001
Posts: 71
posted
0
Which web server are you using. I can help you out once i get this info. Ajan
Rashid Ali
Ranch Hand
Joined: Jan 16, 2001
Posts: 349
posted
0
You should to download JSWDK (a personal web server) for running your servelet which you can download from a CD or using internet resource. Regards Rashid
Pawan Sinha
Greenhorn
Joined: Jan 16, 2001
Posts: 10
posted
0
If you are having Jsdk loaded in your machine, you can run your servlets.First of all set path to jdk\bin directory and also jsdk\bin directory, then start servletrunner utility.Then write http://localhost:8080/Servlet/Myservlet in your browser adress bar.Write me back if you are still having problems. [This message has been edited by Pawan Sinha (edited February 06, 2001).]