JavaGian java tutorial and java interview question and answer

JavaGian , Free Online Tutorials, JavaGian provides tutorials and interview questions of all technology like java tutorial, android, java frameworks, javascript, ajax, core java, sql, python, php, c language etc. for beginners and professionals.

Showing posts with label tomcat. Show all posts
Showing posts with label tomcat. Show all posts

Tomcat – Architecture and server.xml configuration

11:47 PM
We already learnt  how webservers work  in general when you deploy your web application on server and access from a browser. Now let’s learn the stuffs inside server which may not be used in day to day job, but they will certainly help you when you are configuring your application first time. I have been using  tomcat server  from long time so I am picking it for tutorial. I will try to share my learning on other servers in future whenever time permits. Apache Tomcat  is an open-source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements several Java EE specifications including Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a “pure Java” HTTP web server environment for Java code to run in. [ Wiki ] Tomcat’s Architecture Tomcat’s architecture  consists of a series of functional components that can be combined according to well-defined rules. Tomcat Architecture The structure of each server installatio

.