vmassol 01/04/11 07:59:40
Modified: cactus/docs/framework/xdocs installation.xml
Log:
typo fix : "cactus.server." replaced by "org.apache.commons.cactus.server." in the
web.xml sample (thanks to Jim Cheesman)
Revision Changes Path
1.2 +1 -1 jakarta-commons/cactus/docs/framework/xdocs/installation.xml
Index: installation.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/installation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- installation.xml 2001/04/09 11:52:32 1.1
+++ installation.xml 2001/04/11 14:59:39 1.2
@@ -188,7 +188,7 @@
<servlet>
<servlet-name>ServletRedirector</servlet-name>
- <servlet-class>cactus.server.ServletTestRedirector</servlet-class>
+
<servlet-class>org.apache.commons.cactus.server.ServletTestRedirector</servlet-class>
<init-param>
<param-name>param1</param-name>
<param-value>value1 used for testing</param-value>