Contents of the servlet software distribution

The “Word To XML” servlet comes in a software distribution of its own: w2x_servet-1_11_0.zip. This distribution contains a ready-to-deploy binary w2x.war, as well as the full Java™ source code of the servlet.

w2x.war
Ready-to-deploy Web application ARchive (WAR) containing the servlet.
src/
src/build.xml
The Java™ source code of the servlet. Run ant in src/ in order to use src/build.xml to rebuild w2x.war.
w2x/
Directory containing unpacked w2x.war. Needed to rebuild w2x.war.
lib/
Contains Java™ libraries needed to rebuild w2x.war.