# Configuration file for Cactus. # Each project using Cactus need to have such a file put in the CLASSPATH # (Meaning the directory containgin this file should be in the CLASSPATH, not # the file itself of course ... :) ) # Defines the URLs that will be used by Cactus to call it's redirectors # (Servlet and JSP). You need to specify in these URLs the webapp context # that you use for your application. cactus.servletRedirectorURL = http://localhost:8080/test/ServletRedirector cactus.jspRedirectorURL = http://localhost:8080/test/JspRedirector