Community
Participate
Working Groups
Currently, a file named W4T.xml is generated by EngineConfigWrapper#createConfiguration() in context/WEB-INF/conf. Both the file and the conf directory are remains from W4T that aren't needed anymore. There are probably a couple of methods around that to clean up.
Created attachment 186386 [details] Patch to remove w4t configuration file support This patch also removes the interface IInitialization that contained a bunch of obsolete settings. Those settings that are still used by RWT have been moved to IConfiguration in order to simplify matters. These configuration values can still be set by system properties. RWTLifeCycle is now the default lifecycle implementation so there is no need to explicitely set it anymore.
You are probably already aware of this, but just in case: there is a low chance that the RAP JUnit Test Launcher might be affected by this change.
I tested the patch for the RAP Junit Launcher and RWT Standalone. - I started the IAD Tests which are RAP Junit Tests with the RAP Junit Launcher. It works fine. - I created a RWT Standalone application and deployed it without a w4t.xml into a Tomcat 6 and a Jetty 7. It works like a charm ;) +1 for submitting the patch.
Thanks Rüdiger for the hint. Applied patch to CVS HEAD, changed the FAQ accordingly.