Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: Need Help About Web Server


Message #1 by "Raj Kumar Kundu" <raj_kundu@y...> on Fri, 15 Sep 2000 13:01:30 +0100
> 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/

  Return to Index