|
29、 After developing a new web application, valid ways to invoke and debug a servlet are: (Select 2)
A) Click Start on the test server’s context menu, bring up the context menu on the servlet, and select Run on Server.
B) Create a new server instance and configuration, click Start on the test server’s context menu, then bring up the context menu on the servlet, and select Run on Server.
C) Start the WebSphere v5.0 Test Environment, start the Servlet Engine, and bring up the context menu on the first test file and select Run on Server.
D) Create a new server instance and configuration, associate the web application’s EAR project with the server configuration, launch the server in debug mode, then bring up the context menu on the servlet, and select Run on Server.
E) Bring up the context menu on the servlet and select Debug on Server, allowing Application Developer to create a new WebSphere v5.0 Test Environment.
Answer: D,E |
|