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?
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?
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?