Hi!

I just downloaded cactus and have finally got it running, more or less...

I noticed a couple of problems in the installation guide:
1. Having the reference to the cactus.properties file on a different page 
to the installation instructions seems a mistake - it certainly wasn't 
clear why I was getting ExceptionInInitializerError: 
java.util.MissingResourceException when I first tried to run it. Further 
investigation revealed the configuration instructions.

2. There's a missing reference to org.apache in the installation web.xml 
example (line 219):

=============================================================================
OLD
=============================================================================
     <servlet>
         <servlet-name>ServletRedirector</servlet-name>
         <servlet-class>cactus.server.ServletTestRedirector</servlet-class>
         <init-param>
           <param-name>param1</param-name>
           <param-value>value1 used for testing</param-value>
         </init-param>
     </servlet>


=============================================================================
NEW
=============================================================================
     <servlet>
         <servlet-name>ServletRedirector</servlet-name>
         
<servlet-class>org.apache.cactus.server.ServletTestRedirector</servlet-class>
         <init-param>
           <param-name>param1</param-name>
           <param-value>value1 used for testing</param-value>
         </init-param>
     </servlet>



(I'm not sure if this is the approved way to log a bug/fix: if not, let me 
know...)
Anyway, back to playing with it/investigating.

Best wishes,
Jim Cheesman

--

                           *   Jim Cheesman   *
             Trabajo: [EMAIL PROTECTED] - (34)(91) 724 9200 x 2360
               Personal: [EMAIL PROTECTED] (34) 606 770 244
              Practice safe eating -- always use condiments.













Reply via email to