|
INTERVIEW QUESTIONS
SERVERS
DETAILS
Question: Explain the concepts of Tomcat Servlet Container.
Answer: * A servlet container is a specialized web server that supports servlet execution. * It combines the basic functionality of a web server with certain Java/servlet specific optimizations and extensions (such as an integrated Java runtime environment, and the ability to automatically translate specific URLs into servlet requests). * Individual servlets are registered with a servlet container, providing the container with information such as the functionality, the URL used for identification. * The servlet container then initializes the servlet as necessary and delivers requests to the servlet as they arrive. * Many containers can dynamically add and remove servlets from the system, allowing new servlets to quickly be deployed or removed without affecting other servlets running from the same container. * Servlet containers are also referred to as web containers or web engines.
|
|
|
Category |
Servers Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7181 users |
Added on |
8/1/2015 |
Views |
67808 |
Rate it! |
|
|
Question:
Explain the concepts of Tomcat Servlet Container.
Answer:
* A servlet container is a specialized web server that supports servlet execution. * It combines the basic functionality of a web server with certain Java/servlet specific optimizations and extensions (such as an integrated Java runtime environment, and the ability to automatically translate specific URLs into servlet requests). * Individual servlets are registered with a servlet container, providing the container with information such as the functionality, the URL used for identification. * The servlet container then initializes the servlet as necessary and delivers requests to the servlet as they arrive. * Many containers can dynamically add and remove servlets from the system, allowing new servlets to quickly be deployed or removed without affecting other servlets running from the same container. * Servlet containers are also referred to as web containers or web engines.
Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is Jasper?
|
View Answer
|
|
What is Tomcat?
|
View Answer
|
|
How Jigsaw Works
|
View Answer
|
|
What is Jigsaw?
|
View Answer
|
|
If you specify both deny from all and allow from all, what will be the default action of Apache?
|
View Answer
|
|
What does htpasswd do?
|
View Answer
|
|
What is mod_vhost_alias?
|
View Answer
|
|
What is ServerType directive?
|
View Answer
|
|
How do you set up a virtual host in Apache?
|
View Answer
|
|
Why do I get the message "… no listening sockets available, shutting down"?
|
View Answer
|
|
But I thought that running apache as a root is a security risk?
|
View Answer
|
|
When I do ps -aux, why do I have one copy of httpd running as root and the rest as nouser?
|
View Answer
|
|
How do you check for the httpd.conf consistency and any errors in it?
|
View Answer
|
|
What does apachectl graceful do?
|
View Answer
|
|
What’s the command to stop Apache?
|
View Answer
|
|
On a fresh install, why does Apache have three config files - srm.conf, access.conf and httpd.conf?
|
View Answer
|
|
How to configure ftp server on redhat linux?
|
View Answer
|
|
What is a Web server in client server environment?
|
View Answer
|
|
What is a Web server?
|
View Answer
|
|
There seem to be problems with the connection to the server, or the server seems to have have gone down. What do I do? Who do I contact?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Servers Interview Questions & Answers - Exam Mode /
Learning Mode
|