Q1. In what respect does
Tomcat 5 differ from Tomcat 4.0.3 regarding creating new separate web application while not depending on the defult context?
Q2. Why the server.xml file of Tomcat5 does not contain <Context path> element? What are the other configuration parameters that are not present or not configured in Tomcat5 and was in Tomcat 4.0.3?
Q3. What are the new additional parameters that must be configured before creating new web application (while not relaying on the default)?
Thnx.
Naveed