DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Web server terms and definition

  1. #1
    Join Date
    Oct 2000
    Posts
    250

    Question

    Hi,
    I have some difficulties to understand the terms of the components in the Apache. Does anyone have good reference site or explain to me ? Like What is servlets ?

    I did find out that the servlets is a Java server side application that runs inside a network device, such as a web server. It responds to requests from clients, accepting client input and dynamically generating output.

    From this statement, I found another question is what is means by Java server side application? Is this mean it runs only in the Server has Java program ?

    What is the Servlet Zone ?

    Although we can get the explanation from the documents, sometimes I will have more questions on the explaination I get.

    Please help me on this!!! Thanks




  2. #2
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    What I understand is servlet is like a tiny application(like applet) runs at the server to serve the client request (browser request). See the steps of "Using Servlet" in the following link.

    [url]http://java.sun.com/products/servlet/articles/tutorial[/url]
    Reddy,Sam

  3. #3
    Join Date
    Feb 2001
    Posts
    163
    Look at whatis.com

    it has a lot of tech definitions

    Uday

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width