多选题A developer complains that after making changes to a store JSP, the original content still displays in the browser.  Which of the following steps should the administrator perform to try to solve the problem?()AEnsure that the modified JSP is located in

题目
多选题
A developer complains that after making changes to a store JSP, the original content still displays in the browser.  Which of the following steps should the administrator perform to try to solve the problem?()
A

Ensure that the modified JSP is located in the correct directory and has the correct timestamp.

B

Stop and restart the WebSphere Commerce Server.

C

Stop and restart the database server.

D

Clear the WebSphere Commerce cache.

E

Refresh the URL Views registry using the WebSphere Commerce Administration Console.


相似考题
更多“多选题A developer complains that after making changes to a store JSP, the original content still displays in the browser.  Which of the following steps should the administrator perform to try to solve the problem?()AEnsure that the modified JSP is located in”相关问题
  • 第1题:

    Several users from the same location are reporting problems accessing the intranet server. An administrator has verified that no other remote areas are having issues connecting to the same server. Which of the following steps should the administrator perform NEXT?()

    • A、Determine what has changed
    • B、Test a solution.
    • C、Establish the most probable cause
    • D、Escalate the problem to the right section

    正确答案:A

  • 第2题:

    Which JSP standard action can be used to import content from a resource called foo.jsp?()

    • A、<jsp:import file=’foo.jsp’ />
    • B、<jsp:import page=’foo.jsp’ />
    • C、<jsp:include page=’foo.jsp’ />
    • D、<jsp:include file=’foo.jsp’ />

    正确答案:C

  • 第3题:

    When an administrator is troubleshooting a system, which of the following describes the NEXT course of action if a change does not solve the problem?()

    • A、Establish a new theory of probable cause.
    • B、Reverse the change.
    • C、Implement the next logical change.
    • D、Perform a root cause analysis.

    正确答案:B

  • 第4题:

    An administrator is troubleshooting a problem on an application server, but has not determined the cause of the problem and is not able to replicate the problem.  Which of the following should the administrator do prior to escalating the issue?()

    • A、 Gather information from users.
    • B、 Reboot the server.
    • C、 Apply the latest service packs to the operating system.
    • D、 Perform a root cause analysis.

    正确答案:A

  • 第5题:

    After making changes to the profile for an LPAR, the administrator asks the operator to bring the LPAR back up into a running state with the new changes. Which of the following is the correct way to do this?()

    • A、Shutdown and activate the partition profile
    • B、Reboot the partition using the reboot command
    • C、Reboot the partition using the 'shutdown -r' command
    • D、Right click on the partition profile and select the 'apply changes' option

    正确答案:A

  • 第6题:

    You are building your own layout mechanism by including dynamic content for the page’s header and footersections. The footer is always static, but the header generates the  tag that requires the page name tobe specified dynamically when the header is imported. Which JSP code snippet performs the import of theheader content?() <title>

    • A、<jsp:include page=’/WEB-INF/jsp/header.jsp’><jsp:param name=’pageName’ value=’Welcome Page’ /> </jsp:include>
    • B、<jsp:import page=’/WEB-INF/jsp/header.jsp’><jsp:param name=’pageName’ value=’Welcome Page’ /> </jsp:import>
    • C、<jsp:include page=’/WEB-INF/jsp/header.jsp’><jsp:attribute name=’pageName’ value=’Welcome Page’ /> . </jsp:include>
    • D、<jsp:import page=’/WEB-INF/jsp/header.jsp’>. <jsp:attribute name=’pageName’ value=’Welcome Page’ /> . </jsp:import>

    正确答案:A

  • 第7题:

    Squeaky Beans Inc. hired an outside consultant to develop their web application. To finish the job quickly,the consultant created several dozen JSP pages that directly communicate with the database. The Squeakybusiness team has since purchased a set of business objects to model their system, and the Squeaky developer charged with maintaining the web application must now refactor all the JSPs to work with the newsystem. Which pattern can the developer use to solve this problem?()

    • A、Transfer Object
    • B、Service Locator
    • C、Intercepting Filter
    • D、Business Delegate

    正确答案:D

  • 第8题:

    单选题
    When an administrator is troubleshooting a system, which of the following describes the NEXT course of action if a change does not solve the problem?()
    A

     Establish a new theory of probable cause.

    B

     Reverse the change.

    C

     Implement the next logical change.

    D

     Perform a root cause analysis.


    正确答案: B
    解析: 暂无解析

  • 第9题:

    多选题
    A developer complains that after making changes to a store JSP, the original content still displays in the browser.  Which of the following steps should the administrator perform to try to solve the problem?()
    A

    Ensure that the modified JSP is located in the correct directory and has the correct timestamp.

    B

    Stop and restart the WebSphere Commerce Server.

    C

    Stop and restart the database server.

    D

    Clear the WebSphere Commerce cache.

    E

    Refresh the URL Views registry using the WebSphere Commerce Administration Console.


    正确答案: A,E
    解析: 暂无解析

  • 第10题:

    单选题
    An administrator is troubleshooting a problem on an application server, but has not determined the cause of the problem and is not able to replicate the problem.  Which of the following should the administrator do prior to escalating the issue?()
    A

     Gather information from users.

    B

     Reboot the server.

    C

     Apply the latest service packs to the operating system.

    D

     Perform a root cause analysis.


    正确答案: B
    解析: 暂无解析

  • 第11题:

    单选题
    Which JSP standard action can be used to import content from a resource called foo.jsp?()
    A

    <jsp:import file=’foo.jsp’ />

    B

    <jsp:import page=’foo.jsp’ />

    C

    <jsp:include page=’foo.jsp’ />

    D

    <jsp:include file=’foo.jsp’ />


    正确答案: D
    解析: 暂无解析

  • 第12题:

    多选题
    A JSP page needs to set the property of a given JavaBean to a value that is calculated with the JSP page. Which three jsp:setProperty attributes must be used to perform this initialization?()
    A

    Id

    B

    Val

    C

    Name

    D

    Param

    E

    Value

    F

    Property


    正确答案: F,B
    解析: 暂无解析

  • 第13题:

    A developer complains that after making changes to a store JSP, the original content still displays in the browser.  Which of the following steps should the administrator perform to try to solve the problem?()

    • A、Ensure that the modified JSP is located in the correct directory and has the correct timestamp.
    • B、Stop and restart the WebSphere Commerce Server.
    • C、Stop and restart the database server.
    • D、Clear the WebSphere Commerce cache.
    • E、Refresh the URL Views registry using the WebSphere Commerce Administration Console.

    正确答案:A,D

  • 第14题:

    A server is experiencing an undetermined problem. Which of the following steps should the technician take in order to identify whether it is a software or hardware problem?()

    • A、Reseat all main components
    • B、Try to replicate the problem
    • C、Flash the BIOS
    • D、Reinstall the operating system

    正确答案:B

  • 第15题:

    Which of the following is the LAST step an administrator should take when troubleshooting an issue?()

    • A、 Identify changes to the system.
    • B、 Replicate the problem in the system.
    • C、 Verify full system functionality. 
    • D、 Implement the solution.

    正确答案:C

  • 第16题:

    When making changes to a server, which of the following is the BEST way to troubleshoot a problem?()

    • A、 Perform root cause analysis and then test the theory to determine the cause.
    • B、 Make changes to the system and document everything once the problem is resolved.
    • C、 Make multiple changes to all affected areas to resolve all potential issues.
    • D、 Make a change and if the problem is not resolved, reverse the change.

    正确答案:D

  • 第17题:

    You have built your own light-weight templating mechanism. Your servlets, which handle each request,dispatch the request to one of a small set of template JSP pages. Each template JSP controls the layout ofthe view by inserting the header, body, and footer elements into specific locations within the template page.The URLs for these three elements are stored in request scoped variables called, headerURL, bodyURL,and footerURL, respectively. These attribute names are never used for other purposes. Which JSP codesnippet should be used in the template JSP to insert the JSP content for the body of the page?()

    • A、<jsp:insert page=’${bodyURL}’ />
    • B、<jsp:insert file=’${bodyURL}’ />
    • C、<jsp:include page=’${bodyURL}’ />
    • D、<jsp:include file=’${bodyURL}’ />
    • E、<jsp:insert page=’<%= bodyURL %>’ />

    正确答案:C

  • 第18题:

    The JSP developer wants a comment to be visible in the final output to the browser. Which comment styleneeds to be used in a JSP page?()

    • A、<!-- this is a comment -->
    • B、<% // this is a comment %>
    • C、<%-- this is a comment --%>
    • D、<% /** this is a comment **/ %>

    正确答案:A

  • 第19题:

    多选题
    An administrator receives an error when attempting to execute a WebSphere Commerce command and decides to take the following steps to troubleshoot the problem:   Check to see if the request was processed by the WebSphere plug-in but was never received by the WebSphere Application Server  Check for Java errors from EJBs and servlets  Trace WebSphere Commerce Server subsystems and commands  Which of the following files should the administrator check to accomplish these steps?()
    A

    error.log

    B

    trace.log

    C

    http_plugin.log

    D

    servlet.log

    E

    SystemOut.log


    正确答案: B,D
    解析: 暂无解析

  • 第20题:

    单选题
    A server is experiencing an undetermined problem. Which of the following steps should the technician take in order to identify whether it is a software or hardware problem?()
    A

     Reseat all main components

    B

     Try to replicate the problem

    C

     Flash the BIOS

    D

     Reinstall the operating system


    正确答案: C
    解析: 暂无解析

  • 第21题:

    单选题
    An administrator is working on a rack mount server with all newly installed equipment. Theuninterruptible power supply (UPS) in the rack starts beeping loudly. Which of the following is the FIRST troubleshooting step that should be taken?()
    A

    Ensure that the power cable for the UPS is plugged in.

    B

    Ensure the battery in the UPS is still good.

    C

    Check the smart cable connecting the UPS to the server.

    D

    Reset the UPS to determine if the problem persists.


    正确答案: A
    解析: 暂无解析

  • 第22题:

    单选题
    The JSP developer wants a comment to be visible in the final output to the browser. Which comment styleneeds to be used in a JSP page?()
    A

    <!-- this is a comment -->

    B

    <% // this is a comment %>

    C

    <%-- this is a comment --%>

    D

    <% /** this is a comment **/ %>


    正确答案: B
    解析: 暂无解析

  • 第23题:

    多选题
    An administrator determines that performance has degraded for a WebSphere Commerce database.  Which of the following steps should be performed to correct this problem?()
    A

    Cleanup obsolete data

    B

    Clear the WebSphere Commerce cache

    C

    Enable WebSphere Commerce Accelerator

    D

    Reindex the database tables

    E

    Run Performance Monitor to monitor SQL statements


    正确答案: B,C
    解析: 暂无解析

  • 第24题:

    单选题
    When making changes to a server, which of the following is the BEST way to troubleshoot a problem?()
    A

     Perform root cause analysis and then test the theory to determine the cause.

    B

     Make changes to the system and document everything once the problem is resolved.

    C

     Make multiple changes to all affected areas to resolve all potential issues.

    D

     Make a change and if the problem is not resolved, reverse the change.


    正确答案: A
    解析: 暂无解析