vmassol 02/04/19 14:43:36
Modified: sample-servlet/conf/sample/conf/test/j2ee13
cactus.properties
Log:
update for Cactus 1.3
Revision Changes Path
1.3 +3 -2
jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee13/cactus.properties
Index: cactus.properties
===================================================================
RCS file:
/home/cvs/jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee13/cactus.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cactus.properties 14 Apr 2002 15:56:28 -0000 1.2
+++ cactus.properties 19 Apr 2002 21:43:36 -0000 1.3
@@ -21,8 +21,9 @@
# resource (Orion 1.5.2 for example). Others, like Tomcat, are happy
# with just any mapping.
#
-# For example, the following would work with Tomcat :
-# cactus.filterRedirectorURL = http://localhost:@test.port@/test/FilterRedirector
+# For example, the following would work with Tomcat (and this is what I would
+# have expected !) :
+# cactus.filterRedirectorName = FilterRedirector
cactus.filterRedirectorName = test/filterRedirector.jsp
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>