1.What is the name of default JVM that is made used for WebLogic?The sun hotspot JDK default is made used for development, JRockit is the one used for production of WebLogic 11g as well as 12c. Operating system is another factor that helps in choosing the certified JDK JVM. 2.Explain the methods for providing user credentials for starting the server?At the time of the creation of domain, the wizard for setting configuration asks for the details like user name, password etc. from the user who is logging in for the first time as an administrator. If the domain is created in development mode, the configuration wizard saves the encrypted password as well as the username inside an identity file. This file is available for reference during the time of booting so that in the absence of this file, system can prompt the user for the purpose of entering credentials. A new boot – identity file can be created if you want to change the use credentials or else if you are having the requirement of creating domain in the production mode. 3.Is there any possibility for starting managed server during the absence of administrator server?The usual process is that in case of any difficulty for the manager server to get connected to any administration server at the time of start up, there is an option for the managed server to retrieve the configuration related to it from the configuration files as well as other files involved. The information thus retrieved cannot be altered and it is possible only when the administration server is really available. When the administration server is unavailable, then the managed server enters into its independence mode for carrying out its operations. 4.Explain WebLogic server.This is a kind of server that supports various services as well as infrastructure that are related with JEE applications. WebLogic server is capable of deploying components as well as applications through WSDL, UDDI and SOAP. This server gets configured as a web server by making use of HTTP listener for supporting the HTTP. Web servers like that of Apache, Netscape and Microsoft are utilized. The configuration of a web server allows WebLogic is capable of providing services to dynamic and static requests that are usually generated by servlets, HTML and JSP. 5.What are the capabilities of WebLogic server?There are various capabilities associated with WebLogic server and they are
6.Explain about the function associated with T3 in WebLogic server ?T3 provides enhancements support for the messages of WebLogic server. The enhancements comprise of the object replacement, the working of the seblogic server – clusters and also HTTP. T3 also performs serialization of java object and also predation of RMI. T3 can be considered as a superset associated with java object. T3 is mandated between WebLogic servers, programmatic clients and cluster associated with WebLogic server. The protocols HTTP and IIOP are made used for enabling communication between WebLogic server and processes. 7.Explain the use of HTTP ?HTTP is the protocol that is made used for the purpose of enabling communication between the WebLogic server and processes. 8.Explain the functionality of IIOP ?IIOP is a kind of protocol helpful in enabling the communication between WebLogic server and object request broker. 9.How do stubs function inside WebLogic server cluster at the time of failure?Stubs perform the process of removing the failed instance from the list whenever there is a failure. The stub usually makes use of DNS for finding the running server and also for obtaining the list of the instances that are currently available with the application. List of the instances available with the server inside cluster gets periodically refreshment and allows in acquiring advantages associated with new servers. The advantages are gained as the server gets added to the cluster. 10.How can default JVM be changed to other?For changing the JVM can be done by following the steps below.
11.How clients handle the DNS – requests to the failed servers?Bandwidth gets wasted in the case of continues DNS requests to that of unavailable machine at the time of server failure. This problem usually occurs during the time of startup associated with the application that of client side. The servers that are unavailable are removed by searching DNS entries provided by WebLogic server. This removal prevents the clients from accessing failed servers. A third party load – balancers are made used for avoiding the unnecessary DNS requests. Some of the third party load – balancers are BigIP, resonate, local director and Alteon. The main function of these third party loads – balancers is to mask multiple addresses of DNS in to a single one. 12.Explain the functionality of T3 associated with WebLogic server?T3 is capable of providing framework or overall structure for the messages that are capable of supporting the enhancements. The enhancements comprises of product tunneling, working in the context associated with clusters of WebLogic server and also in object replacement. 13.How can classpath be set?Classpath can be set by making use of the following script WL_HOMEserverbinsetWLSEnv.cmd (in case of windows). 14.Explain the functioning of Stub?Stub is usually expected by the people who connect to the WebLogic server cluster. The stub has the list that consists of the available instances of server that perform host implementations associated with object. The stub also has the functionality of balancing the load by distributing load amongst the host servers. 15.What are the steps for the creation of Pooling within Tomcat server?
16.How can you differentiate server crash and server hang?With a server crash, there is no existence for the Java process and if it is a server hang, then the Java process stops responding. 17.What are the causes for server crash?The major reasons for the occurrence of server crash are the native IO, JVM, supported configuration, JDBC driver issues and SSL native libraries. 18.How can you solve the issue of server crash?A crash associated with JVM is capable of generating hs_err_pid file. You need to refer this file for finding out the root cause for such a crash. In the case of native IO being the origin of thread, you need to disable it. If the origin of the problem is from the driver, need to contact the driver team. 19.How can Server Hang be solved?Java WebLogic.Admin PING needs to be checked for finding whether you get a normal and positive response. You can find out the root cause for hanging from this file. You just need to rectify the errors that are identified from this file. 20.Explain the reasons for server hang?The major reasons that lead to the server hang are memory leak, deadlock, and long time for returning. |