Do you have a web server that can handle servlets?
anuj khanna
Greenhorn
Joined: Jan 11, 2001
Posts: 20
posted
0
actually i wanna run my servlet on the net.my service provider is not helping me in this regard.so if u can please guide me.what's the procedure of running the servlet on net.
Sean Casey
Ranch Hand
Joined: Dec 16, 2000
Posts: 625
posted
0
First you need a webserver that supports servlets. I don't know how to do this if you don't have a webserver, i.e. through your service provider's webserver. I have an Apache web server running on my machine as well as Tomcat which handles my servlets and my jsp's.