How a web logic server works?
Answer / Arvind Kumar Gautam
WebLogic Server is a Java application server that provides a runtime environment for deploying and executing Java EE applications, as well as other types of applications such as native applications and SOA composites. It manages the deployment, configuration, security, and performance of these applications through its built-in services and features, including JNDI, EJB container, JMS, and HTTP server. WebLogic Server communicates with clients using various protocols like IIOP, HTTP, and JDBC.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different groups under web logic security?.
What is the difference between weblogic and jboss?
What is the difference between stage and no stage deployment?
What is jms and configuration details?
when i am starting my managed server it is coming to admin state.I used to click on resume button in admin console , so that it is comming to running state. How to resolve this problem for ever so that the server will come directly to running state instead of going to admin state?
How many messages are sent across the network for processing topic messages? : BEA Weblogic
What is a thread dump?
Define memory leak ?
Explain the difference between txdatasource and datasource?
What is t3 protocol?
How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic
What are the steps involved in setting up classpath in web logic server?