Ouch ... no that doesn't answer your question: 

The TurbineConfig line is a comment!!! (bad Gary, bad, bad.  no pie)

The correct answer is: It's set in WEB-INF/web.xml

<web-app>
    <servlet>
        <servlet-name>
           gate
        </servlet-name>
        <servlet-class>
            org.apache.turbine.Turbine
        </servlet-class>
        <load-on-startup>-1</load-on-startup>
        <init-param>
            <param-name>properties</param-name>
            <!-- This is relative to the docBase -->
            <param-value>
                /WEB-INF/conf/TurbineResources.properties
            </param-value>
        </init-param>
...

-- 
Gary Lawrence Murphy <[EMAIL PROTECTED]> TeleDynamics Communications Inc
Business Innovations Through Open Source Systems: http://www.teledyn.com
"Computers are useless.  They can only give you answers."(Pablo Picasso)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to