Issue TTWS32 has just been modified by user mpoeschl You can view the issue detail at the following URL: <http://scarab.werken.com/scarab/issues/id/TTWS32>
The following modifications were made to this issue: to solve this you need to add <init-param> <param-name>applicationRoot</param-name> <param-value>webContext</param-value> </init-param> to your web.xml i think this is a bug! after looking at the turbine-3 code i think the following line should be changed in Turbine.java 270,272c270,270 < findInitParameter(context, config, < APPLICATION_ROOT_KEY, < APPLICATION_ROOT_DEFAULT); --- > findInitParameter(context, config, APPLICATION_ROOT_KEY, null); this works fine for me -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>