1tntnet(8)                     Tntnet users guide                     tntnet(8)
2
3
4

NAME

6       tntnet - web application server for c++
7
8

SYNOPSIS

10       tntnet [-c file] [--logall]
11
12
13       tntnet-C [-q query-string] componentId ...
14
15

DESCRIPTION

17       This manual page documents briefly the tntnet command.
18
19
20       tntnet  is  a  web server that can generate dynamic content via precom‐
21       piled C++ modules.
22
23

OPTIONS

25       A summary of options is included below.
26
27
28       -c file
29         Use file as the configuration file. If the -c is omitted,  the  first
30       nonoption
31         argument is used as the config file.
32
33
34       --logall
35         Initialize  logging  earlier.  Normally  logging is initialized after
36       starting the
37         listeners and changing user so that logfiles  are  created  with  the
38       right owner.
39         For debugging reasons this option forces to do that earlier.
40
41
42       -C
43         Call  components  and  print the result to stdout instead of starting
44       tntnet as a webserver
45
46
47       -q query-string
48         In -C mode pass this query string to the component. The option may be
49         repeated multiple times to pass name-value-pairs easily.
50
51

EXAMPLE

53       tntnet -C -q arg1=35 -q arg2=7 -q op=/ calc@calc
54
55
56       calls the component calc@calc with  query  parameters  and  prints  the
57       result to stdout.
58
59

FILES

61       /etc/tntnet/tntnet.xml
62         The default configuration file.
63
64

ENVIRONMENT

66       TNTNET_CONF
67         This  is  checked for the configuration file name if it is not speci‐
68       fied on the
69         command line.
70
71

AUTHOR

73       tntnet was written by Tommi Mäkitalo ⟨tommi@tntnet.org⟩.
74
75
76       This manual page was written by Kari Pahula ⟨kaol@debian.org⟩, for  the
77       Debian project (but may be used by others).
78
79

SEE ALSO

81       tntnet-project(1),  ecpp(7), ecppc(1), tntnet.xml(7), tntnet-defcomp(1)
82       Tntnet homepage  ⟨http://www.tntnet.org⟩.  More  documentation  can  be
83       found in /usr/share/doc/tntnet-doc/.
84
85
86       Tntnet July 23, 2006 tntnet(8)
87
88
89
90Tntnet                            2006-07-23                         tntnet(8)
Impressum