<target name="build-docs">
<copy todir="${tomcat.build}/webapps">
- <fileset dir=".">
- <include name="BUILDING.txt"/>
- <include name="README.txt"/>
- <include name="RUNNING.txt"/>
- </fileset>
<fileset dir="webapps">
<include name="docs/images/**"/>
<include name="docs/**/*.html"/>
<exclude name="docs/architecture/*.xml"/>
</fileset>
</copy>
+ <copy todir="${tomcat.build}/webapps/docs">
+ <fileset dir=".">
+ <include name="BUILDING.txt"/>
+ <include name="README.txt"/>
+ <include name="RUNNING.txt"/>
+ </fileset>
+ </copy>
<copy tofile="${tomcat.build}/webapps/docs/appdev/sample/build.xml"
file="webapps/docs/appdev/build.xml.txt"/>
<servlet-mapping>
<servlet-name>ChatServlet</servlet-name>
- <url-pattern>/jsp/chat</url-pattern>
+ <url-pattern>/jsp/chat/chat</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>CompressionFilterTestServlet</servlet-name>