Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
166 |
brianR |
1 |
<?xml version='1.0' encoding='utf-8'?>
|
|
|
2 |
<!DOCTYPE section [
|
|
|
3 |
<!ENTITY % myent SYSTEM "../entities.ent">
|
|
|
4 |
%myent;
|
|
|
5 |
]>
|
|
|
6 |
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
|
|
|
7 |
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
8 |
<title>runCommandWithArgs</title>
|
|
|
9 |
<para>Run an executable with arguments on the server providing the web
|
|
|
10 |
service. The command is run within the environment and under the user
|
|
|
11 |
privileges of the user who is running the Tomcat Server.</para>
|
|
|
12 |
</section>
|