Display or modify the server features of an instance (feature)
- Last Updated: October 15, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Purpose
When you run tcman.sh feature with no parameters, it displays
a list of the features (and their current status) that you can enable or disable.
You can also display the status of a single server feature. After viewing the status
of a feature, you can use tcman.sh feature to change its
setting.
Note: If you are using Windows, use
tcman.bat
instead of tcman.sh.Syntax
|
Parameters
- general_options
- Specify one or more of the general TCMAN options. Run
tcman.sh help featureto see which general options are appropriate. - feature_name
- Specify one of the features defined in an instance's conf/server.xml file. Running
tcman.sh featurewithout feature_name displays a list of all the features. - on
- Enables the named feature.
- off
- Disables the named feature.
Example
Display the list of server feature settings for acme1, enable AJP13 (Apache JServ Protocol. version 1.3), and verify that the feature is enabled:
|
Notes
- Server features for each instance are configured in
$CATALINA_BASE/conf/server.xml. Progress recommends
using the
tcman.sh featureutility to modify the instance's features instead of manually editing the file. This approach helps prevent errors that could corrupt the configuration. - When you use the
tcman.sh featureutility while the instance is online, the changes are in effect until the instance is restarted.