Re: Web fragment - static resources is not returned (Tomcat 7.0.25)

2012-02-14 Thread Konstantin Kolinko
2012/2/14 Guofeng Zhang : > Hi, > > I create a web fragment, which contains servlets and static HTML and CSS > files. The following  is their location in the fragement JAR file: > /META-INF >           +---web-fragment.xml > /resources The above should be /META-INF/resources See chapter 4.6 Resou

Web fragment - static resources is not returned (Tomcat 7.0.25)

2012-02-14 Thread Guofeng Zhang
Hi, I create a web fragment, which contains servlets and static HTML and CSS files. The following is their location in the fragement JAR file: /META-INF +---web-fragment.xml /resources +---style.css +---hello.html /com The servlet classes This jar pl