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

NAME

6       tntnet - web application server for c++
7

SYNOPSIS

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

DESCRIPTION

14       This manual page documents briefly the tntnet command.
15
16       tntnet  is  a  web server that can generate dynamic content via precom‐
17       piled C++ modules.
18

OPTIONS

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

EXAMPLE

40       tntnet -C -q arg1=35 -q arg2=7 -q op=/ calc@calc
41
42              calls the component calc@calc with query parameters  and  prints
43              the result to stdout.
44

FILES

46       /etc/tntnet/tntnet.xml
47              The default configuration file.
48

ENVIRONMENT

50       TNTNET_CONF
51              This  is  checked  for  the configuration file name if it is not
52              specified on the command line.
53

AUTHOR

55       tntnet was written by Tommi Mäkitalo ⟨tommi@tntnet.org⟩.
56
57       This manual page was written by Kari Pahula ⟨kaol@debian.org⟩, for  the
58       Debian project (but may be used by others).
59

SEE ALSO

61       tntnet-config(1),   ecpp(7),   ecppc(1),   ecppl(1),   ecppll(1),  tnt‐
62       net.xml(7),        tntnet.properties(7),        Tntnet         homepage
63http://www.tntnet.org⟩.   More   documentation   can   be   found   in
64       /usr/share/doc/tntnet-doc/.
65
66       Tntnet July 23, 2006 tntnet(8)
67
68
69
70Tntnet                            2006-07-23                         tntnet(8)
Impressum