fyi, the difference is that I had to add a "./" to the front of a parameter
to a file that I was passing in...

        <init-param>
            <param-name>properties</param-name>
            <!-- This is relative to the docBase -->
            <param-value>
                ./WEB-INF/conf/TurbineResources.properties
            </param-value>
        </init-param>

I didn't have to have that before.

-jon

Reply via email to