![]() | ![]() |
Apache > Jakarta > Cactus | Docs for: v1.7.2 | v1.7 Last update: March 31 2009 |
From Cactus 1.4.1 to newer versionRelease notes are now provided in the distribution in an ANNOUNCEMENT.txt file. Please make sure you read it. From Cactus 1.3 to 1.4See the Changes page for full list of changes. Here are the changes that might affect your previous installation of Cactus 1.3:
From Cactus 1.2 to 1.3Here are the steps to migrate from Cactus 1.2 to 1.3
This migration guide does not explain any of the new feature of
Cactus 1.3 but concentrates on making you move from Cactus 1.2 to 1.3.
Let's call Follow these steps: Step 1
Put Step 2
Modify your cactus.contextURL = http://localhost:8000/cactus cactus.servletRedirectorName = ServletRedirector Step 3
Ensure that <servlet-mapping> <servlet-name>ServletRedirector</servlet-name> <url-pattern>/ServletRedirector</url-pattern> </servlet-mapping> The Cactus sample is supposed to work with Ant 1.4. However, we introduced an incompatibility at the last moment (i.e. a feature only supported by Ant 1.5). If you're using Ant 1.4, simply remove the failing line (it is an optional line). |