单项选择题A customer claims that while redeploying a web application in the production system all their  customers are having to log in again. What do you recommend? ()

A.Sessions can't be preserved when redeploying applications. The customer needs to consider redeployment during late nights when the traffic is low.  
B.Change the flag responsible for the development mode of their environment. In the production mode, all sessions are preserved while redeploying application.  
C.Change Hotspot to JRockit. Sessions can't be preserved on HotSpot when redeploying application. 
D.Use flag -version when redeploying the application. This will switch on the Side By Side deployment feature and preserve existing sessions.
E.Open a service request with Oracle Support. This is unexpected behavior. Sessions are  preserved without any extra settings.


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题

A highly available WebLogic cluster in UNIX is configured for automatic server migration. Node Managed is configured on both machines to start managed servers.
How should you simulate a managed server failure to test whether automatic server migration is working?()

A.Shut down the managed server from the WebLogic console.
B.Shut down the managed server using the WLST command through Node Manager.
C.Run "kill -9" once to kill the managed server process.
D.Run "kill -9" to kill the managed server process, and run "kill -9" one more time if the managed  server is restarting.

2.多项选择题When your WebLogic Server solution needs to be scaled out with additional capacity and you  Don’t want to add additional hardware, which three techniques should you us?()

A.Assign more than one managed server to a physical hardware that allows better CPU  utilization
B.Assign more than one application to one managed server to better utilize threads within a single JVM process
C.Assign the same application to more than one managed server to load balance requests  between servers
D.Assign the same heap size to the managed server across the cluster for easier control of  memory footprint  
E.Create a virtualized environment with hypervisor for an easier solution

3.单项选择题

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.

最新试题

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?() 

题型:单项选择题

You want to migrate an application that was developed for OAS/OC4J to WebLogic. The application uses Oracle Streams Advanced Queuing (AQ). You configured a Foreign JMS Server and Data Source but you are not able to send messages to the AQ destination and see them reach the database.Which two things are missing in this configuration?()

题型:多项选择题

Which option must you choose to configure Node Manager on a machine (server or zone)?()

题型:单项选择题

You deployed a Java EE Shared Library and want to use it from an application that is also deployed on the same cluster.   Which two manifest attributes must be specified at a minimum with corresponding values in the deployment descriptor of the application that requires?()

题型:多项选择题

Identify three reasons that explain why assigning more than one managed serve achieve better  performance than running one managed server with more resources?()

题型:多项选择题

WebLogic Node Manager can be used to manage the life cycle of WebLogic servers. WebLogic Node Manager is installed and started ().

题型:单项选择题

A customer has a web application with HTTP Sessions that need to be replicated to a backup site that is more than 100 miles away from the primary site, connected over the Internet.   Which type of session replication in WebLogic is recommended?()

题型:单项选择题

A customer has a WebTrade application that initially uses the embedded LDAP to authenticate users. To enhance security, the customer decides to use OAM to authenticate some of the users against an external LDAP store. For this to work, a customer configured an OAMAuthenticator, but was not sure what to select for the Control Flag.What Control Flag should the customer choose?() 

题型:单项选择题

A customer stores environmental settings in the deployment descriptors of an application. Whenever they promote the application version from testing to the production environment, they need to open the archive and modify the deployment descriptor. This process is against their security policy.   What approach should you recommend to leverage WebLogic features such that they do not have to modify the application archive for different environments?()

题型:单项选择题

A WebLogic team is developing an enterprise application from their desktop WebLogic environment. All development systems are connected to the same eight data sources for testing.As a WebLogic Administrator supporting this team, which two actions should you perform to free the developers from creating and configuring all the data sources on their desktop WebLogic environment?()

题型:单项选择题