I'm just getting started with using this, but I'm a little confused about
the cactus.properties file.

Is there A) one of these per server, or B) one per application?



If "A", then 


"Each project using Cactus need to have such a file" (from the provided
cactus.properties file) 

and 

"...
For example, if you have the following configuration : 

Your webapp is called "mywebapp" 
The URLs specified in your cactus.properties are
"http://localhost:8080/mywebapp/ServletRedirector"; for the
cactus.servletRedirectorURL property and
"http://localhost:8080/mywebapp/JspRedirector"; for the
cactus.jspRedirectorURL property 
..."

(from the configuration instructions) do not make sense to me.



If "B", then "put in the CLASSPATH" (from the provided cactus.properties
file) doesn't make sense to me since there's one CLASSPATH per server, and
the server uses the first file by a name ("cactus.properties") that it finds
in the CLASSPATH, so it would ignore all but the first one of these it
finds.

Thanks,
Dan

Reply via email to