Tomcat Interview Questions and Answers
Difficulty Level: AllBeginnerIntermediateExperienced/Expert
Ques 3. Explain the concepts of Tomcat Servlet Container.
Ques 4. What is WebServers? Why it is used?
Ques 5. How do I use DataSources with Tomcat?
Ques 6. How will you load properties file?
Ques 7. What is different between webserver and application server?
Ques 8. How do you create multiple virtual hosts?
Ques 9. Can I set Java system properties differently for each webapp?
Ques 10. How do I configure Tomcat to work with IIS and NTLM?
Ques 11. How can I access members of a custom Realm or Principal?
Ques 12. How do I override the default home page loaded by Tomcat?
Ques 13. How do I enable Server Side Includes (SSI)?
Ques 14. Question : How to communicate between two webservers in two diff systems?
Ques 15. How web server handles multiple requests for same action class(Struts) concurrently?