A Context is a web application apart, selfsupporting, independent. A context has configuration each. Library from a Context also can not be read by other Context. Object at a Context can not accessing object at other Context.
Above a web application server like Jakarta Tomcat can deploy more than one Context. You can make a Context with create a subdirectory be TOMCAT_HOME/webapps/. In folder webapps/ here’s file JSP put.
A Context complete has subdirectory WEB-INF/ where found web.xml that be configuration file from this Context. In WEB-INF/ can found subdirectory classes/ and lib/. Subdirectory classes/ where files .class put, while lib/ where files .jar, be files collection. class, put.













Leave a comment