Linux-UNIX: Application server parameters

These parameters affect the behavior of the S-TAP when an application user name needs to be bounded with database activities.

These parameters are in the [TAP] section on the guard_tap.ini file.

For more information, see Linux-UNIX: Application server S-TAP configuration.

GUI GIM guard_tap.ini Default value Description
App. Server User Identification STAP_APPSERVER_INSTALLED appserver_installed 0  
Ports STAP_APPSERVER_PORTS appserver_ports 8080 Comma-separated list of ports, or hyphens for inclusive ranges of ports, on which the Java™ application is accessed by a web browser.
Login pattern STAP_APPSERVER_LOGIN_PATTERN appserver_login_pattern   Comma-separated list of strings specifying the login pattern that is passed to the application. This pattern is passed to the Java application to identify a user login.
Username prefix STAP_APPSERVER_USERNAME_PREFIX appserver_username_prefix   Comma-separated list of strings specifying the prefix to the username for a specific session. This is the pattern the Java application uses to indicate the username of the given session.
Username postfix STAP_APPSERVER_USERNAME_POSTFIX appserver_username_postfix   Comma-separated list of strings specifying the postfix to the username for a specific session. This pattern is passed to the Java application to indicate the end of the value for the given variable that indicates the username.
Session pattern STAP_APPSERVER_SESSION_PATTERN appserver_session_pattern   Comma-separated list of strings specifying the start of an end-user session, using a particular database session. This pattern specifies the [change of] end-user session for a specific database connection.
Session prefix STAP_APPSERVER_SESSION_PREFIX appserver_session_prefix   Comma-separated list of strings specifying the session identifier.
Session postfix STAP_APPSERVER_SESSION_POSTFIX appserver_session_postfix   Comma-separated list of strings specifying where the session ends.
Session ID pattern STAP_APPSERVER_USERSESS_PATTERN appserver_usersess_pattern   Comma-separated list of strings specifying the identifier for marking which end-user session a specific connection is continuing with.
Session ID prefix STAP_APPSERVER_USERSESS_PREFIX appserver_usersess_prefix   Comma-separated list of strings specifying what identifies or precedes the session_id in a specific users indicator packet.
Session ID postfix STAP_APPSERVER_USERSESS_POSTFIX appserver_usersess_postfix   Comma-separated list of strings specifying where the session ID ends.