How do tapestry developers turn off page caching when developing?
I know that passing “-Dorg.apache.tapestry.disable-caching=true” to the app server at startup will do this, but… how?
I haven’t been successful at finding a way to pass VW parameters to the app servers at startup. I’ve tried adding this in the ‘Optional Parameter’ field under the server definition, but no luck. Is there another config file that allows definition of VW args?
Thanks in advance.