12 lines
474 B
XML
12 lines
474 B
XML
|
<?xml version='1.0' encoding='utf-8'?>
|
||
|
<!DOCTYPE section [
|
||
|
<!ENTITY % myent SYSTEM "../entities.ent">
|
||
|
%myent;
|
||
|
]>
|
||
|
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
|
||
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||
|
<title>runCommandWithArgs</title>
|
||
|
<para>Run an executable with arguments on the server providing the web
|
||
|
service. The command is run within the environment and under the user
|
||
|
privileges of the user who is running the Tomcat Server.</para>
|
||
|
</section>
|