> I am developing a webServer. But I don't
> know how a server can run a servlet(.class) file.
> Please give me the details about the backend process
> when a browser generate a request to the webserver to
> run a servlet file.
Hi Raj,
Servlet requests are just standard HTTP GET or POST requests,
which are then redirected to a servlet engine by the web
server.
Your best bet is to look at the official Java Servlet
Specification, downloadable from Sun's web site at this URL:
http://java.sun.com/products/servlet/
Cheers,
Dave.
--
David Long <davidl@w...>
Wrox Press - Programmer to Programmer(tm)
http://p2p.wrox.com/