Which statement is true about a request made from a browser for a jsp running in an
application server?
A.
A. The HTTP server plug-in loaded with the embedded HTTP server within the application server forwards the request to the application server.
B
B.
The plug-in configuration file loaded with the embedded HTTP server within the
application server forwards the request to the application server.
C.
The HTTP server plug-in loaded with the HTTP server forwards the request to the embedded HTTP server within the application server. The embedded server forwards the
request into the web container.
D.
The plug-in configuration file loaded with the HTTP server forwards the request to the
A. The HTTP server plug-in loaded with the embedded HTTP server within the application server forwards the request to the application server.
B
When IBM HTTP Server receives a request for a JSP file, it passes the request to
WebSphere Application Server - Express's servlet engine, which calls the JSP processor.
The JSP processor is an internal servlet which converts a JSP file into Java source code
and compiles it. The servlet that implements the JSP processor is
org.apache.jasper.runtime.JspServlet
When installing applications to IBM WebSphere Application Server, what is one important
difference between RAR files and SAR, WAR, EAR, and JAR files?
A.
They contain no Java code.
B.
They are deployed to the web server.
C.
They can be installed at different scopes.
D.
They use a different compression protocol
They are deployed to the web server.
What is the default location for heap dumps?
A.
/logs
B.
/profiles/logs
C.
/logs/server1
D.
<profile_root>/<profile>
<profile_root>/<profile>
How can an administrator deploy or update an EAR, JAR, WAR, or SAR file to an application server or cluster in a development environment?
A.
Place the file in the monitored directory.
B.
Place the file in the operating system defined temporary directory.
C.
Place the file in the operating system defined user home directory for the user that owns
the Java process.
D.
Email the file to wasadmin@hostname.com, where hotname.com is the host of the IBM WebSphere Application Server.
Place the file in the monitored directory.
Explanation:
You can install an enterprise application file on an application server or cluster by dragging
or copying an enterprise archive (EAR), web application archive (WAR), Java archive
(JAR), or Session Initiation Protocol (SIP) archive (SAR) to a monitored directory.
References:
Which tool can be used to collect data to be used for monitoring and tuning the
environment?
A.
Thread and Monitor Dump Analyzer
B.
Performance Monitoring Infrastructure
C.
IBM Tivoli Performance Viewer Advisor
D.
Garbage Collection and Memory Visualizer
Performance Monitoring Infrastructure
Page 8 out of 26 Pages |
Previous |