1.
A developer has created a Liberty server in WebSphere Application Server Developer Tools for Eclipse. How can the developer start the Liberty server from the Servers view using a JRE different from the default JRE?
2.
A developer is testing a web application using a Liberty profile server. The application will also need to run on a Tomcat server and cannot make use of any APIs that are specific to the Liberty profile server. How can the user ensure that no classes outside of the specification classes are used by the application during the test?
3.
A developer runs a servlet from an OSGi web project named CounterWebBundle on a Liberty server and gets the following error message when the doGet method of the servlet is run: [ERROR ] SRVE0777E: Exception thrown by application class 'com.ibm.ws.eba.servlet.CounterServlet.doGet():42' java.lang.NoClassDefFoundError: javax.naming.InitialContext How should the developer resolve the problem?
4.
What does "restoreConfig" do?
5.
When binding an object to JNDI, it can be relative to which of the following context roots?
6.
The removeNode command line utility, when executed from any node to detach itself from a cell, does which of the following actions?
7.
An IBM WebSphere Application Server, V5.0 log file contains a message type of "E". What does the "E" signify?
8.
How can a developer ensure that a fault will occur if the service does not recognize a SOAP header entry containing a transaction number?
9.
What must be included in a SOAP fault message when an error occurs due to a value in the message Body element?
10.
Which of the following are the benefits of using the UDDI Registry?