-
Notifications
You must be signed in to change notification settings - Fork 139
PKI Server Run CLI
Endi S. Dewata edited this page Oct 22, 2021
·
3 revisions
The pki-server run
command can be used to run a PKI Tomcat server or a standard Tomcat server in the foreground.
To run the server execute the following command:
$ pki-server run <name>
To run the server with JDB execute the following command:
$ pki-server run <name> --with-jdb
To run the server with GDB execute the following command:
$ pki-server run <name> --with-gdb
To run the server with Valgrind execute the following command:
$ pki-server run <name> --with-valgrind
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |