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
- Re: [T4][Classloaders][PATCH Suggestion] Bug in toURL(... Stuart Roebuck
- Re: [T4][Classloaders][PATCH Suggestion] Bug in t... Craig R. McClanahan
- Re: [T4][Classloaders][PATCH Suggestion] Bug ... Jon Stevens
- Re: [T4][Classloaders][PATCH Suggestion] Bug ... Jon Stevens
- Re: [T4][Classloaders][PATCH Suggestion] ... Craig R. McClanahan
- Re: [T4][Classloaders][PATCH Suggesti... Jon Stevens
