Try OpenEdge Now
skip to main content
Administration
WebSpeed Administration : Configuring WebSpeed in Windows : WebSpeed administration : Defining or configuring WebSpeed with OpenEdge Management or OpenEdge Explorer : Modifying an existing WebSpeed configuration
 
Modifying an existing WebSpeed configuration
To modify an existing WebSpeed configuration:
1. Click Resources in the management console menu bar. Expand the container name; the main resource types appear in the list frame.
2. In the list frame, expand the OpenEdge category.
3. Expand the WebSpeed category, and select a WebSpeed Transaction Server Broker. The Details page for the broker appears in the detail frame.
4. Click Configuration.
5. Click Edit.
6. Select a property category tab and set the properties as required. You can accept the default values, if they are appropriate for your application. Be sure to review and set properties in each category.
See the OpenEdge Management or OpenEdge Explorer online help for detailed information about each property.
The Broker category specifies properties of the WebSpeed broker. Expanding this category shows the following property subcategories:
*General — If you want WebSpeed to start whenever you start the AdminServer, select the Auto start check box. If you want to use a different working directory than the one specified during the WebSpeed product installation, you can change it here.
The Operating Mode is fixed stateless. Specify a nondefault value for the TCP/IP port number where the WebSpeed broker listens for requests.
*Owner Information — You can optionally provide Group name, Username, and Password information for the user who owns the WebSpeed instance.
*Controlling NameServe r — You must indicate whether you plan to use a NameServer to control WebSpeed access. If so, check the Register with NameServer box and select a controlling NameServer from the list of NameServer instances that you have already configured. Also specify how you want the NameServer to provide the host address of the WebSpeed broker for client connections.
*AppService Name List — You can either enter any names for the application services supported by WebSpeed or select the Supports default service check box if you want WebSpeed to support the default service for all client connections that do not specify an application service name. If you choose to use application service names, the default application service name is the name of the WebSpeed instance.
*Logging Setting — You can set the following WebSpeed broker logging options: specify a different pathname from the default for the broker log file; specify the level of logging detail; control whether the logging for a session appends to or overwrites the previous broker log file; specify a comma-separated list of logging entry types to be included in the broker log file, choosing from the valid values listed in the OpenEdge Management or OpenEdge Explorer online help; set a file-size threshold that determines the point at which a new log file is created (0 = unlimited log file size); and specify the maximum number of broker log files to be kept (0 = unlimited number of log files retained). See OpenEdge Development: Debugging and Troubleshooting for detailed information on logging options.
*Advanced Features — You can specify the maximum number of client connections (Maximum client instances) that the WebSpeed broker can support at one time; the WebSpeed weight factor (Priority weight) for load balancing; the time between retries to register WebSpeed with the controlling NameServer, the time-out period for starting WebSpeed; the time-out period for WebSpeed to accept a client request; and the timeout period for the WebSpeed agent to trim its quota of WebSpeed agents between the maximum and minimum setting (see the Agent category).
You can also set the TCP/IP version and jvmargs; decide whether to enable dynamic property updates; enabling debugging through the broker; provide a broker debugger port number; enable SSL for the broker debugger; use the broker's private key/digital certificate for the debugger; use the debugger's private key/digital certificate alias name; set a password to access the debugger's key/certificate; set a broker debugger passphrase; and set a publish directory.
The Agent category specifies properties of the WebSpeed agents. Expanding this category shows the following property subcategories:
*General — You can specify a pathname of the WebSpeed agent executable, startup parameters for the WebSpeed agent. For more information, see OpenEdge Deployment: Startup Command and Parameter Reference.
For PROPATH, specify the semicolon-separated list of directories where WebSpeed can locate ABL procedures to execute. This setting overrides any PROPATH environment variable settings on the WebSpeed host when it starts up. Make sure that all of the ABL procedures (r-code or source) that you want WebSpeed to execute are located in one of these PROPATH directories. Otherwise, the procedure must be executed using its fully qualified pathname.
Specify the minimum and maximum TCP/IP port numbers that the WebSpeed agent can assign to WebSpeed agents that it starts up. (Check with your system administrator for appropriate ranges.)
Specify the mode for running applications during the current WebSpeed session using the Server application mode. The default mode is Development.
You can also set how often the data is flushed by the agent to the broker.
*Logging Setting — You can set the following WebSpeed agent logging options: specify a different pathname from the default for the server log file; specify the level of logging detail; control whether the logging for a session appends to or overwrites the previous server log file; specify a comma-separated list of logging entry types to be included in the server log file, choosing from the valid values listed in the OpenEdge Management or OpenEdge Explorer online help; set a file-size threshold that determines the point at which a new log file is created (0 = unlimited log file size); and specify the maximum number of server log files to be kept (0 = unlimited number of log files retained). See OpenEdge Development: Debugging and Troubleshooting for detailed information on logging options.
*Pool Range — These settings determine the number of WebSpeed agents that the WebSpeed agent can start up and maintain for WebSpeed.
*Advanced Features — Specify the path a WebSpeed application uses relative to your Web server as the Application URL. You can specify settings for Default cookie path and Default cookie domain.
To specify the directory that WebSpeed agents use to upload text files, use File upload directory. You can also specify the maximum size in bytes of the binary files that WebSpeed handles.
To allow the ABL debugger to run in the WebSpeed session, select the ABL debugger-enabled check box. Specify the names of any WebSpeed configuration procedures that you want WebSpeed to execute, and any parameters for the Startup procedure. Also, set properties for the maximum time in seconds that a remote procedure can execute on a given Web server.
For more information on debugging WebSpeed applications and on AppServer configuration procedures, see OpenEdge Application Server: Developing AppServer Applications.
The options in the SSL category options define the security settings for an SSL-enabled WebSpeed instance. Note that a WebSpeed-enabled instance for SSL operation does not accept non-SSL client connections. For more information on SSL operations, see OpenEdge Getting Started: Core Business Services - Security and Auditing. Expanding this category shows the following property subcategories:
*General — If you check the Enable SSL client connections check box, select the alias for the private key/digital certificate entry (in the OpenEdge keystore) that you want to secure connections for this WebSpeed instance. Also enter and confirm the password for this private key and digital certificate. You need not enter a password if you choose to use the default_server certificate and its default password.
*Advanced Features — By default, caching is enabled for the SSL client session, and you can enter a time-out value that specifies the length of time (in seconds) that a disconnected session is held in the cache. During this specified interval, a connected client can resume its session. To disable session caching, check the box.
The Messaging category specifies properties for a ServerConnect process started by the application service running on this WebSpeed Transaction Server. It allows you to start a SonicMQ ServerConnect background process at startup. You can also set logging options for the SonicMQ ServerConnect process: specify a different pathname from the default for the broker log file; specify the level of logging detail; control whether the logging for a session appends to or overwrites the previous broker log file; specify a different pathname from the default for the server log file; specify the level of logging detail; and control whether the logging for a session appends to or overwrites the previous server log file. See OpenEdge Development: Debugging and Troubleshooting for detailed information on logging options.
If you want to specify environment variables for WebSpeed execution, select the Environment Variables category. It allows you to enter name-value pairs for environment variable settings. Any values you set here override prior values set for the same environment variables in the operating system.
Note: Do not set the PROPATH variable in this category. Use the Server General category instead.
7. Choose the OK button to save the configuration.
For information about how to use OpenEdge Management or OpenEdge Explorer to configure WebSpeed, see the online help.