Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix D Using the OIG Administration Interface : Using the Administration Interface

Using the Administration Interface
Logging In
To use the administration interface, you first navigate to the login page. The login page is either eCTSadmin.jsp for a JSP web application, or eCTSadmin.asp for an ASP web application, or eCTSadmin.aspx for a .NET web application. (The URL you enter depends on where you installed the administration interface web application.) You must log in with a user ID and password for a level‑7 user, and enter the host name and port number for your TIBCO Object Service Broker Execution Environment. After you successfully log in, you should see the Pool List page.
See Also
TIBCO Object Service Broker Managing Security for information about TIBCO Object Service Broker security levels.
Using the Pool List Page
The Pool List page displays a list of the active session pools. The session pool list appears in a table that contains the following fields:
The name of the pool. For JSP or servlet applications, this is the name of the eCTSSession bean or the name of the servlet. For ASP, ASPX or COM applications, this is the alias name for the pool, or a generated name if the OpenApplication method of the COM component is called with the mode parameter set to POOL.
Click the pool name to see details for the pool.
The number of times a session was granted from the pool. For servlet applications, it is the number of times a servlet was invoked for the pool. For ASP, ASPX or COM applications, it is the number of times an OpenApplication method call was made for the pool.
Click the Restart link to shut down all sessions in the pool. If a session is active, the session is terminated after it completes the request it is processing. After a restart, new requests for the pool result in the creation of new sessions.
Options
Using the Pool Details Page
The Pool Details page displays detailed information about the session pool you selected in the Pool List page. The information appears in two tables.
The first table, with the heading Pool Parameters, displays the initialization parameter settings for sessions in that pool. For more information about session initialization parameters, refer to Appendix A, Setting OIG Session Initialization Parameters.
The second table, with the heading Sessions in Pool, displays a list of active sessions. It contains the following fields:
The current processing state of the session. Displays True if the session is processing a request; False if the session is idle.
The number of message buffers sent to the Object Integration Gateway for the session. Some requests require multiple messages to be sent to the Gateway because of the amount of persistent data and the size of the XML documents being sent. You can manage this count by changing the size of outgoing message buffers. Refer to the DATAOUT parameter in Appendix A, Setting OIG Session Initialization Parameters for more information.
The number of message buffers received from the Gateway. Some requests require multiple buffers to hold returning persistent data and large XML documents. You can manage this count by changing the size of incoming message buffers. Refer to the DATAIN parameter in Appendix A, Setting OIG Session Initialization Parameters for more information.
Exiting the Administration Interface
To exit the administration interface, just close your browser to end the session. You do not have to explicitly log out.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved