Multiple choice technology

Thiru is using RAD 7 and would like to minimize the startup time for his local WPS.Which approach should be take?

  1. Deselect all portlets that need not be started for testing

  2. Enable "Optimize Server for testing & developing" in the server's view

  3. Modify the batch file that starts the WPS to include -Xquickstart

  4. Modify the JAVA_Size environment variable for development machine

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

RAD 7 (Rational Application Developer) includes a server optimization feature specifically designed for development and testing scenarios. By enabling 'Optimize Server for testing & developing' in the server view, you can significantly reduce WPS (WebSphere Portal Server) startup time. This option disables unnecessary services and components that aren't needed during development, allowing faster server restart cycles during iterative testing. The other options are either ineffective or incorrect approaches.