WAS v8.5 > Set up the application serving environment > Administer application servers

Create generic servers

A generic server is a server that is managed in the WebSphere Application Server administrative domain even though the server is not a server supplied by WAS. The WAS generic servers function enables you to define a generic server as an application server instance within the WAS administration, and associate it with a non-WebSphere WAS or process.

There are two basic types of generic application servers:

Therefore, a generic server can be any server or process that is necessary to support the Application Server environment, including:

We can use wsadmin or the dmgr console to create a generic server.

For the Base WAS, we cannot use the dmgr console to create a generic application server definition or use the dmgr console to start, stop or, in any way, control or manage that application server. To create a generic server, use wsadmin. To manage Base generic application servers, you need to use the command prompt environment, such as startServer <genericServerName> or stopServer <genericServerName> or serverStatus <genericServerName>.

After you define a generic server, use the Application Server dmgr console to start, stop, and monitor the associated non-WAS server or process when stopping or starting the applications that rely on them.

We can use either the Terminate or Stop buttons in the dmgr console to stop any application server, including a generic application server.


Subtopics


Related


Create a server using scripting
Get started with wsadmin scripting


+

Search Tips   |   Advanced Search