Use this task to disable or enable the service integration technologies service for an application server.
You can use the service integration technologies service Startup property to specify whether or not
that service is started automatically for an application server. If you want
applications to use service integration technologies provided by this application
server, including JMS resources of the default messaging provider of this
application server, you should ensure that the property is selected. By default,
this property is selected, so that the service starts automatically.
To
disable or enable the service integration technologies service for an application server, use the Administrative
console to configure the service integration technologies Startup property:
- Start the Administrative console.
- In the navigation pane, click This
displays a list of the application servers in the content pane.
- In the Content pane, click the name of the application server that
you want to configure. This displays the properties for the
application server in the content pane.
- Under Server messaging, click This displays the service integration technologies service properties in the content pane.
- Select or clear the Enable service at server startup property
as needed:
- Selected
- [Default] The service is started when the application server is started.
This enables applications that specify use of service integration technologiesin their deployment descriptors to run on such an application server.
- Cleared
- The service is not started when the application server is started. Applications
that specify use of service integration technologies in their deployment descriptors
cannot start on such an application server.
Any attempt to start an application
that uses service integration technologies is
rejected and a message issued.
If this happens during server startup,
the server continues to start without the application.
- Click OK.
- Save your changes to the master configuration.
- To have the changed configuration take effect, stop then restart
the application server.