Re: Could anybody give me some reference about how Tomcat handle the default servlet

2012-06-12 Thread Konstantin Kolinko
2012/6/13 Zhi Xie : > If I deploy a war with a web.xml like this. > > >  xmlns="http://java.sun.com/xml/ns/j2ee"; xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"; >  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> >  Test WAR > >  

Could anybody give me some reference about how Tomcat handle the default servlet

2012-06-12 Thread Zhi Xie
If I deploy a war with a web.xml like this. http://java.sun.com/xml/ns/j2ee"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> Test WAR default /images/* I want to