June 2011
Intermediate to advanced
576 pages
13h 14m
English
The ability to efficiently process incoming application requests in parallel is an important element of the WebLogic Server architecture. WebLogic Server’s request management infrastructure ensures that incoming requests are associated with a server thread and properly dispatched to their destination—be it a servlet, EJB, or any other container. In this section we will analyze this infrastructure in more detail.
Incoming requests must be sent to a server’s listen port. Although, by default, a server has a single listen port, there are three ways in which this can be changed:
Enable ...
Read now
Unlock full access