Hi,
As the snippet below says; it is a system property - meaning that you
should be able to pass it using a -Dtapestry.production-mode=false in
your tomcat startup config
--
Chris
Angelo Chen wrote:
Hi,
Got the same issue, not using jetty, but tomcat, where could I add that
production mode setting? thanks,
a.c.
Chris Poulsen wrote:
Hi,
Could this be related to the introduction of production mode ?
I had to add:
<systemProperties>
<systemProperty>
<name>tapestry.production-mode</name>
<value>false</value>
</systemProperty>
</systemProperties>
Into the maven-jetty-plugin configuration to get the nice exception page
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]