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
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