Top Weblogic Interview Questions :: ALLInterview.com http://www.allinterview.com Top Weblogic Interview Questions en-us what is WLS T3 protocol? http://www.allinterview.com/showanswers/6678.html Weblogic's implementationof the RMI specification uses a proprietary wire-protocol known as T3. javasoft's reference implementation of RMI uses a proprietary protocol callrd JRMP. weblogic developed T3 because they needed a scalable,eff How to set Connection Pool size in Weblogic Server ? http://www.allinterview.com/showanswers/32112.html You can set the connection pool size through Admin Console...i.e. Connection Pool -> General -> Configuration...there you will find all type of settings, its cache size, no. of connection pool and much more. Note: User Advance option f What is Virtual Host in Weblogic , how to create it & what is th http://www.allinterview.com/showanswers/32111.html Virtual Host is nothing but a cluster(s) on which the target application are being served. And when a virtual host serve one application that is called virtual hosting. Virtual hosting is used increase the performance of applications. Setting Up WebLogic Server for HTTP Tunneling http://www.allinterview.com/showanswers/65061.html HTTP tunneling provides a way to simulate a stateful socket connection between WebLogic Server and a Java client when your only option is to use the HTTP protocol. It is generally used to tunnel through an HTTP port in a security firewall. HT JNDI Usage for weblogic? http://www.allinterview.com/showanswers/6873.html Generally JNDI is used to locate the Objects residing in different location. So like Yellow pages are helpful to find out certain things, similarly JNDI is useful to search the objects. In Weblogic JNDI is highly useful as here in Connection P what is difference between jboss and weblogic http://www.allinterview.com/showanswers/63306.html i am also looking the right answer of this v. imp. question... What happens when database down in weblogic http://www.allinterview.com/showanswers/68660.html using connection pool we can retrive the value in the database. what is difference between weblogic and websphere? http://www.allinterview.com/showanswers/64588.html You can say so many diff b/w welogic and websphere In websphere u can add standalone server as a maneged server in Domain Where as in weblogic u can't add WLS server as member to the another domain. In websphere u can add webserver WHAT IS TROUBLE SHOOT IN WEBLOGIC http://www.allinterview.com/showanswers/76671.html Troubleshooting of weblogic server: fails to start weblogic instances maintenance of Admin server as well all managed servers..etc... Which is the best tool for monitoring Weblogic server(WLS8)? http://www.allinterview.com/showanswers/58712.html it is better to create our own scripts as per requirement, becauese weblogic itself is having the tools to fetch data . what is heart beat in weblogic http://www.allinterview.com/showanswers/74948.html heart beat is a signal,this signals are sent by objects. think that there are 5 servers.(the servers with in the cluster to communicate each other they use multicast ip) if u add one objet to any oneof these server that object will send a he What happen when your database and proxy server are down and your we http://www.allinterview.com/showanswers/62406.html Hi, If Weblogic Server is up, then the application working on this server will also be up. But the only effect due to database server to be down is "All the results in application which retrieve some information from database will not what is critical environment in weblogic http://www.allinterview.com/showanswers/74949.html there will be 3 types of environments in weblogic 1)developmnent 2)uat 3)production level out of these 3 production will be the critical level How can you know that the database has connected to your weblogic se http://www.allinterview.com/showanswers/62405.html All the database connections are logged during server startup in the server logs. what is domian and how can it work ? http://www.allinterview.com/showanswers/76668.html A domain is the basic administration unit for WebLogic Server instances.A domain consists of one or more WebLogic Server instances (and their associated resources) that you manage with a single Administration Server.We deploy the application