A system administrator has started a Liberty profile server using the default values. Later, the administrator modified the server.xml file for the server to include
dropins="${server.config.dir}/applications" dropinsEnabled="true"/> The administrator placed the application ServletApp.war in the apps directory under ${server.config.dir}. While accessing the correct URL for the home page of the application, the error "Context Root Not Found" occurs in the browser. How can the administrator resolve this error? A. Restart the Liberty profile server. B. Install the ServletApp.war file using the Integrated Solutions Console (ISC). C. Place the ServletApp.war file in the directory named dropins under ${server.config.dir}. D. Place the ServletApp.war file in the directory named applications under ${server.config.dir}.
A developer created an enterprise application which contained data source and security role information. The developer asked a system administrator to install this application to an application server where global security is enabled using the Integrated Solutions Console (ISC). A new data source was configured at the server scope for the use of this application. While load testing the application, the developer noticed that the attributes configured on the new data source were ignored by the application server.
How can the administrator ensure that the attributes configured on the new data source are used by the application server?
A. Create the data source under cell scope instead of server scope.
B. Delete any data source of the same name defined under node, cluster or cell scope.
C. Reinstall the application and clear the Process embedded configuration check box.
D. Correct the component-managed and container-managed authentication aliases set on the data source.
A system administrator needs to configure a JDBC provider and a data source for an application in a clustered environment. The administrator also needs to copy the JDBC drivers from the database server to the application server machines.
How can the administrator meet these requirements?
A. Create a JDBC provider and the data source in the cluster scope.Copy the driver to all nodes.Set the environment variable at the node level to the driver's path.
B. Create a JDBC provider in the server scope and the data source in the node scope.Copy the driver to all application servers.Set the environment variable at the node level to the driver's path.
C. Create a JDBC provider in the node scope and the data source in the cell scope.Copy the driver to the deployment manager.Set the environment variable at the server level to point to the deployment manager path.
D. Create a JDBC provider in the application scope and the data source in the server scope.Copy the driver to all application server directories.Set the environment variable in each JVM to the driver's path.
A system administrator has configured a network deployment cell containing multiple nodes and global security enabled with an LDAP repository. To increase capacity, the administrator needs to add additional nodes to the cell. After adding the nodes by using both scripts and the Integrated Solutions Console (ISC), the administrator examines the System.out log for the deployment manager and notices the following message:
How can the administrator resolve this problem?
A. Disable Java 2 security.
B. Restart the deployment manager.
C. Increase the RSA token timeout value.
D. Change the number of active LTPA keys.
A WebSphere Application Server cell was configured with a deployment manager node and a custom node. An operator manually changed some configuration files in the custom node, and the node became out of synch with the master repository.
The system administrator used the Synchronize button in the system administration session of the Integrated Solutions Console (ISC) to try to resynchronize the node, but the node remained out of sync.
What should the administrator do to fix it?
A. Use the Full Resynchronize button.
B. Invoke "sync" operation on NodeSync MBean.
C. Recreate the custom profile with the same name without deleting the node.
D. Manually copy all the deployment manager configuration files to the custom node.
Which of the following comprises an initial Liberty profile server process?
A. A single JVM, the Liberty kernel, and feature manager.
B. A single JVM, and OSGI framework and an object request broker.
C. an OSGI framework, a web container and an EJB container.
D. AN administrative agent, the Liberty kernel and shared libraries.
A system administrator was asked by the development team to inform them of any warning message which contains a string "Connection" on a WebSphere Application Server with High Performance Extensible Logging (HPEL) enabled.
A. Configure log detail levels to include filter on "Connection" string.
B. Use the Log Viewer in the administrative console with filter on "Connection" string.
C. Use the logviewer.sh or logviewer.bat command with appropriate options.
D. Use the Log Viewer in the administrative console with filter on "Connection" string and enable the "Refresh automatically" feature.
A system administrator is required to create a star topology for multi-cell performance management for three WebSphere Application Server cells.
How should the administrator configure the Application Placement Controller (APC) in a star topology? Configure the cell custom property CenterCell to:
A. false in all three WebSphere Application Server cells.
B. false in one WebSphere Application Server celltrue in the other two WebSphere Application Server cells.
C. true in all three WebSphere Application Server cells.
D. true in one WebSphere Application Server cellfalse in the other two WebSphere Application Server cells.
A system administrator runs a Python script that creates and configures several servers and realizes that the script fails before completing. Although many tasks succeeded, they are rolled back when the script fails.
Before running the script again, what can the administrator add to the script after each task so the completed tasks are committed even if other tasks fail?
A. AdminApp.update ()
B. AdminConfig.save()
C. AdminControl.invoke(server, 'sync')
D. AdminTask.backupJobManager('server')
A system administrator in a bank was asked by business users to determine the most accessed JSP page in a web application at normal work load for marketing purpose.
Which tool should the administrator use to find the most used JSP page?
A. Performance and Diagnostic Advisor
B. IBM Support Assistant Data Collector
C. High Performance Extensible Logging Log Viewer
D. Tivoli Performance Viewer (TPV) summary reports