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,
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.
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.
Also most servlet containers have a JSP engine - e.g. Tomcat, Resin etc.