IBM C9510-319 - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/c9510-319.html
A developer is installing a Liberty profile runtimeenvironment on a Windows machine and hasspecified the following installation path:
C:\IBM\WebSphere
When the installation is finished, in which directory will all of the Liberty profile files be stored?
Which task is supported on WebSphere Application Server Developer Tools when targeting theLiberty runtime?
A developer using WebSphere Application Server Developer Tools wants to create a webproject that will
contain servlets and JSP files. The developer opens the New Web Projectwizard using File > New > Web
Project menu item.
What should the developer do in the New Web Projectwizard to accomplish this?
A developer using WebSphere Application Server Developer Tools has written a webapplication that is shared by multiple EAR projects.
Which statement is true if the developer deletes the web application?
A developer is using the WebSphere Server application Developer Tools to convert theirexisting JPA project to an OSGi JPA bundle. The original JPA project has apersistence.xmlfile that is by default located in thesrc/META-INFfolder of the project.
The developer invokes the action to convert the JPAproject to an OSGi bundle project.
Which changes are expected to be performed by the tools to the original project when it isconverted to an OSGi bundle?
The manifest file of an OSGi application project contains the following headers:
Application-Content: BundleA;version=1.0.0,BundleB;version=1.0.0
Use-Bundle: BundleC;version=1.0.0
Which statement is true about the bundle content ofthis OSGi application?
A developer has created a Liberty server in WebSphere Application Server Developer Tools forEclipse.
How can the developer start the Liberty server fromthe Servers view using a JRE different fromthe default JRE?
A developer is testing a web application using a Liberty profile server. The application will alsoneed to run on a Tomcat server and cannot make useof any APIs that are specific to the Libertyprofile server.
How can the user ensure that no classes outside ofthe specification classes are used by theapplication during the test?
In WebSphere Application Server Developer Tools with default settings, which situation willcause validation errors instead of warnings in theProblems view?
A developer runs a servlet from an OSGi web projectnamedCounterWebBundleon a Libertyserver and gets the following error message when thedoGetmethod 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?