Results 1 to 3 of 3

Thread: Http Server / Servlet Container / JSP Engine

  1. #1
    Join Date
    Mar 2005
    Location
    Bangalore, India.
    Posts
    10

    Default Http Server / Servlet Container / JSP Engine

    hi,

    1. Http Server
    2. Servlet Container
    3. JSP Engine

    All the above are same or different if different what is the difference between them if u can plz provide an example for each one

    Thanks & Regards,
    Siva VP,
    Software Engineer,
    Bangalore, India.

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    An Http Server is not necessarily associated with Java at all – e.g. Apache Web Server. It generally serves HTML and other static content, but can do more.

    Servlet Container - manages deployed servlet and JSP lifecycle – e.g. Tomcat, Resin etc…

    JSP Engine – usually refers to the tool that compiles JSPs into servlets – e.g. Jasper.

  3. #3

    Default

    Also most servlet containers have a JSP engine - e.g. Tomcat, Resin etc.

Similar Threads

  1. Replies: 6
    Last Post: Sep 29th, 2005, 04:25 AM
  2. Replies: 2
    Last Post: Jul 29th, 2005, 03:33 AM
  3. Replies: 2
    Last Post: Dec 31st, 2004, 01:47 PM
  4. Replies: 3
    Last Post: Nov 26th, 2004, 03:39 PM
  5. HTTP Invoker server in standalone app
    By murrayd in forum Remoting
    Replies: 0
    Last Post: Oct 1st, 2004, 09:04 AM

Posting Permissions

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