Start an instance (start)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Purpose
Start an instance of a PAS, optionally in debug mode.
Syntax
|
Parameters
- general_options
- Specify one or more of the general TCMAN options.
For information, see
general_optionssection in The tcman command. - -D
- Start the server in Tomcat debug mode.
–Doverrides the–Joption. - -J
- Start the server in debug mode using the JDPA (Java Platform Debugger Architecture) APIs
for debugging.
–Jcannot be used if the–Doption is specified.Before you run a server with the
–Joption, you must define a port for the JDPA debugger by setting theJDPA_ADDRESSenvironment variable to a unique TCP network port number.
Example
Start the server in /psc/acme1, which is an instance of the core server in /psc/pashome:
|
Notes
-
When the TCMAN utility starts the server, it verifies the creation of the OS process and then records the server's process-id in a .pid file. The location of the .pid file is:
OS PID File Path UNIX $CATALINA_BASE/temp/catalina-instance_name.pid Windows $CATALINA_BASE\logs\catalina-instance_name.pid -
You can obtain the process id of a server by running the TCMAN
envaction.