DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24452>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24452 global definition of servlets conflicts with cactified WAR in Tomcat 4.1 Summary: global definition of servlets conflicts with cactified WAR in Tomcat 4.1 Product: Cactus Version: 1.5-rc1 Platform: Other URL: http://jakarta.apache.org/cactus/integration/howto_tomca t.html OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I finally bit the bullet and decided to get into Cactus to expand our unit testing horizons :) I started out by using http://jakarta.apache.org/cactus/integration/howto_tomcat.html to set up a Tomcat instance, putting the redirectors into the global web.xml. After doing the tutorial, I then tried the samples, and found Tomcat failed to start up. Running with ant -debug showed that it wasn't starting, so I checked the Tomcat logs and found that there was a duplicate definition on the redirectors because the samples use a cactified war. I'd suggest the quick start guide should place a warning in step 3 that says that if you do that, cactified wars may not work, including running the samples. Just a small addition to some fantastic documentation. 5 stars to all involved on the doco and tool support, it's really easy to work through and get started! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
