$(function() { $('a[name]').remove(); $('#ic-homepage__footer').before('

'); $('#tabs').tabs({ selected: 0 }); $('#ic-homepage__ic-tips').append( quickTipHTML() ); unhideOneProductTip(); $('#ic-homepage__product-tips').wrapInner('

'); $('#ic-homepage__feed-tips').wrapInner('

'); }); -->


WAS v8.5 > New features > New features overview: Administering > Introduction: Application servers

Introduction: Application servers

An application server is a Java Virtual Machine (JVM) that runs user applications. The application server collaborates with the web server to return a dynamic, customized response to a client request. The client request can consist of servlets, JSP files, and enterprise beans, and their supporting classes.

For example, a user at a web browser visits a company website:

  1. The user requests access to data in a database.

  2. The user request flows to the web server.

  3. The web server determines the request involves an application containing resources not handled directly by the web server (such as servlets). It forwards the request to one of its application servers on which the application is running.

  4. The invoked application then processes the user request. For example:

    • An application servlet prepares the user request for processing by an enterprise bean that performs the database access.

    • The application produces a dynamic web page containing the results of the user query.

  5. The application server collaborates with the web server to return the results to the user at the web browser.

When you install the product, a default application server, named server1, is automatically created. We can use the dmgr console to manage this server.

We can use the dmgr console or command-line tools to create additional application servers that can either be separately configured processes or nearly identical clones. You must either use command-line tools to manage these additional servers, set up an dmgr console for each server, or configure an administrative agent to provide a single interface to all of your servers, including the original base server. An administrative agent makes it easier to more fully administer these unfederated application servers.

If we create additional application servers, only use one server to modify and save configurations. There is no coordination of configuration setting between the different servers and if you modify and save configurations on multiple servers, your data might become corrupted.

We can improve system performance if you configure some of your application servers, such that each of their components are dynamically started as they are needed, instead of letting all of these components automatically start when the server starts. Selecting this option can improve server startup time, and reduce the memory footprint. Starting components as they are needed is most effective if all of the applications deployed on the application server are of the same type. For example, using this option works better if all of the applications are web applications that use servlets, and JSP. This option works less effectively if the applications use servlets, JSPs and EJB.

We can also perform the following tasks to enhance the operation of an application server:


Asynchronous messaging

WAS v8.5 supports asynchronous messaging based on the JMS of a JMS provider that conforms to the JMS specification v1.1.

The JMS functions of the default message service provided with the product are served by one or more messaging engines (in a service integration bus) that runs within application servers.


Generic Servers

A generic server is a server that is managed in the WebSphere administrative domain, although it is not a server supplied by the product. The generic server can be any server or process that is necessary to support the product environment.


Related


Create generic servers
Programming to use JMS and messaging directly
Administer application servers
Configure transport chains
Create custom services
Configure the JVM
Tune application servers
Manage Object Request Brokers


+

Search Tips   |   Advanced Search