Hi all,

I wanted to check and see if anyone has actually been successful in setting
up a web.xml like this:

    <servlet>
        <servlet-name>fortius</servlet-name>
        <servlet-class>org.apache.turbine.Turbine</servlet-class>
        <init-param>

            <param-name>configuration</param-name>
            <param-value>
                    /WEB-INF/conf/TurbineConfiguration.xml
            </param-value>            

        </init-param>        
        <load-on-startup>1</load-on-startup>
    </servlet>

And having the ConfigurationFactory work?  The darn Junit testcases with
TurbineConfig and TurbineXmlConfig work great..  However, trying to start
Turbine up leads to constant double init errors..  I'm tearing my hair out
trying to understand the lifecycle of Turbine.init()...

I was able to get everything to work as a cactus test in the
Turbine/src/test-cactus tree as well...  

Mostly looking for a "yes, I tried it and it worked"...

Eric Pugh

Reply via email to