单选题You deploy two different applications to the WebLogic container. One application use Xerces parser version A and the other application uses Xerces parser version B. Both these versions are different from the parser version that the WebLogic server uses

题目
单选题
You deploy two different applications to the WebLogic container. One application use Xerces parser version A and the other application uses Xerces parser version B. Both these versions are different from the parser version that the WebLogic server uses internally. You want to use the Filtering Classloader feature to solve this problem. What action would you take to generate proper filtering Classloader entries?()
A

Modify the applications to use the same version that WebLogic uses internally.

B

Based on available examples of Filtering Classloader entries, try to modify get the proper  entries.

C

Deploy and use the Classloader Analyzing Tool to resolve all conflicts with conflicting libraries.  This tool will generate all proper entries.

D

Split the application into separate WebLogic containers and use different WLS versions of  Xerces but identical that applications require.

E

Look for a WebLogic release that uses the same version of Xerces that the applications use.

参考答案和解析
正确答案: B
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You deploy two different applications to the WebLogic container. One application use Xerces parser version A and the other application uses Xerces parser version B. Both these versions are different from the parser version that the WebLogic server uses internally. You want to use the Filtering Classloader feature to solve this problem. What action would you take to generate proper filtering Classloader entries?() 

  • A、Modify the applications to use the same version that WebLogic uses internally.
  • B、Based on available examples of Filtering Classloader entries, try to modify get the proper  entries.
  • C、Deploy and use the Classloader Analyzing Tool to resolve all conflicts with conflicting libraries.  This tool will generate all proper entries.
  • D、Split the application into separate WebLogic containers and use different WLS versions of  Xerces but identical that applications require.
  • E、Look for a WebLogic release that uses the same version of Xerces that the applications use.

正确答案:B

第2题:

You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5.  You host the Web application in Microsoft Internet Information Services (IIS) 6.0. You browse theapplication and receive the following error message:  Server Application Unavailable  The web application you are attempting to access on this web server is currently unavailable.Please hit the "Refresh" button in your web browser to retry your request.  You view the Application event log and discover the following message:  It is not possible to run two different versions of ASP.NET in the same IIS process. Please use theIIS Administration Tool to reconfigure your server to run the application in a separate process.  To ensure productivity you need to solve this problem as quick as possible.  What should you do?()

  • A、You should change the IIS isolation mode.
  • B、You should assign the application to another application pool.
  • C、You should configure all applications that are part of your application's application pool in orderto use the same version of ASP.NET.
  • D、You should run the Aspnet_regiis.exe Tool.
  • E、You should restart the application pool that hosts the application.

正确答案:B,C

第3题:

You are writing an application that uses SOAP to exchange data with other applications.You use a Department class that inherits from ArrayList to send objects to another application.The Department object is named dept.You need to ensure that the application serializes the Department object for transport by using SOAP.Which code should you use?()

A.

B.

C.

D.


参考答案:D

第4题:

A customer has a development environment that uses the auto-deployment feature. The customer  claims the application is not redeployed even if the new version is copied to an application  subdirectory. Which two parameters of the configuration should you check?()

  • A、Check if archive file in the compressed version has a new REDEPLOY file.  
  • B、If server was started in the Development Mode. Auto-deployment is not supported in production  mode.  
  • C、If the application includes an EJB 3 module. Auto-deployment is not supported for EJBs.
  • D、You change JVM from HotSpot to JRockit. Auto-deployment is not supported in HotSpot auto  deployment.  
  • E、If the domain is a single-server domain. Auto-deployment is not supported in multiserver  domains.

正确答案:B,E

第5题:

You deploy more than one application to the same WebLogic container. The security is set on JavaEE level and all deployed JavaEE applications use the same security roles.    What is your recommendation for an architecture with those requirement?()

  • A、Combine all applications into a single one.
  • B、Define global roles on the WebLogic Domain level.
  • C、Use Ms Active Directory to keep the roles there. 
  • D、Use Oracle Identity and Access Management solution to simplify the management.
  • E、Keep role mapping in the external WebLogic Role Mapped developed for that solution.

正确答案:B

第6题:

An application that needs to use a shared library has a deployment descriptor that only specifies the Specification-Version and Extension-Name of the shared library. When the application is deployed, which shared library will be used?()

  • A、The application will go into an ADMIN state and fail to deploy because the Implementation- Version is required.
  • B、The application will be deployed but the classes in the shared library will not be available.
  • C、If you are using the WebLogic Admin Console, you will be prompted for the version you want to  use; otherwise, the application will fail to deploy.
  • D、If there are multiple versions of the shared library deployed, WebLogic will use the one with the highest Implementation-Version.
  • E、If there are multiple versions of the shared library deployed, WebLogic will use the one that was  deployed most recently.

正确答案:D

第7题:

An application is upgraded and it has been determined that the AccessAgent no longer properly responds to the application. It is understood that for a certain amount of time both the current version and the upgraded version of the application will be used by the end-users. The executables for both versions are the same. What should be the next step?()

  • A、Open AccessStudio and change the existing AccessProfile to use only the new signatures for Windows, control IDs, or HTML elements.
  • B、Open AccessStudio and create a new AccessProfile for the upgraded version and overwrite the existing AccessProfile on the IMS Server.
  • C、Open AccessStudio and edit the existing AccessProfile by using new triggers/actions associated with the new signatures for Windows, control IDs, or HTML elements.
  • D、Open AccessStudio and create a new AccessProfile for the upgraded version and upload it to the IMS Server so that two separate AccessProfiles may be used by the AccessAgent.

正确答案:C

第8题:

You installed WebLogic, SOA Suite, and Oracle Service Bus on a machine and want to use the  WebLogic Node Manager to start servers for each product. Which statement is true?()

  • A、You need to install a separate node manager for each Middleware Home that has a unique and  minor WebLogic Version Number.
  • B、You need to install and configure only one instance of Node Manager for all products,  regardless of the WebLogic version number.
  • C、You need to install and configure a separate Node Manager for each domain of each product  want to run on the machine.
  • D、You need to install one Node Manager but use separate SSL certificates for each product when  securing the network communication to the machine.

正确答案:B

第9题:

Which two IDEs are supported development environments for WebLogic Server 12c in version 12.1.1?()

  • A、Websphere Developer Studio
  • B、NetBeans
  • C、InteliJ IDIA
  • D、JDeveloper
  • E、Eclipse
  • F、WebLogic Workshop

正确答案:B,E

第10题:

You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5.  You deploy the application on a Microsoft IIS 6.0 Web server. The server runs on a worker process isolation mode, and it hosts the .NET Framework version 1.1 Web applications. When you attempt to browse the application, the following error message is received:  "It is not possible to run different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process."    You need to ensure that the following requirements are met: all the applications run on the server  all the applications remain in process isolation mode all the applications do not change their configuration.   Which two actions should you perform?()

  • A、Create a new application pool and add the new application to the pool. 
  • B、Configure the IIS 6.0 to run the WWW service in the IIS 5.0 isolation mode. 
  • C、Configure the new application to use the .NET Framework version 2.0 in the IIS 6.0 Manager. 
  • D、Set autoConfig="false" on the <processModel> property in the machine.config file. 
  • E、Disable the Recycle worker processes option in the Application Pool Properties dialog box.

正确答案:A,C

更多相关问题