List deployed applications (list)
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Purpose
Display all the web applications that are deployed on an instance.
Note: This command may be used whether the instance is online or offline. However, the output
differs. When used offline, TCMAN simply shows a list of deployed application
directories in the instance's web applications directory. When used online, it
provides additional run-time details about the deployed web applications.
To use this action, the Tomcat manager (manager.war) must be deployed on the instance if the instance is online. You can deploy manager.war from $CATALINA_HOME/extras.
Syntax
|
Parameters
- general_options
- Specify one or more of the options that can be used with any TCMAN action.
Run
tcman.sh help listto see which general options are appropriate. - -u user_id:password
- Specify a valid user name and password for HTTP Basic access authentication. (The default
is
-u tomcat:tomcat.)Note: This option is required if the server is online. It is not required if the server is offline.
Example
Show the Web applications deployed to acme1 when the instance is online:
|
Show the Web applications deployed to acme1 when the instance is offline:
|