Subversion Repositories XServices

Rev

Rev 24 | Rev 59 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
24 brianR 1
<?xml version='1.0' encoding='UTF-8'?><section>
2
  <title>runCommand</title>
3
  <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>
4
  <section>
5
    <title>&inp;</title>
6
    <para/>
7
    <table frame="all">
8
      <title>runCommand input parameters</title>
9
      <tgroup cols="4">
10
        <colspec colnum="1" colname="parameter"/>
11
        <colspec colnum="2" colname="type"/>
12
        <colspec colnum="3" colname="required"/>
13
        <colspec colnum="4" colname="description"/>
14
        <thead>
15
          <row>
16
            <entry>parameter</entry>
17
            <entry>type</entry>
18
            <entry>required</entry>
19
            <entry>description</entry>
20
          </row>
21
        </thead>
22
        <tbody>
23
          <row>
24
            <entry>executable</entry>
25
            <entry>String</entry>
26
            <entry>Yes</entry>
25 brianR 27
            <entry>Command to be run. The command may be specified with full path using forward slash &quot;/&quot; as path separator.</entry>
24 brianR 28
          </row>
29
          <row>
30
            <entry>argline</entry>
31
            <entry>String</entry>
32
            <entry>No</entry>
33
            <entry>Any command line arguments</entry>
34
          </row>
35
          &param-timeout;
36
        </tbody>
37
      </tgroup>
38
    </table>
39
<para/>
40
&returncode;
41
  </section>
42
</section>