Subversion Repositories XServices

Rev

Rev 25 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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