Subversion Repositories XServices

Rev

Rev 24 | Rev 59 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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