Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
tntnet(8)		      Tntnet users guide		     tntnet(8)

NAME
       tntnet -	web application	server for c++

SYNOPSIS
       tntnet [-c file]	[--logall]

       tntnet-C	[-q query-string] componentId ...

DESCRIPTION
       This manual page	documents briefly the tntnet command.

       tntnet  is  a  web server that can generate dynamic content via precom-
       piled C++ modules.

OPTIONS
       A summary of options is included	below.

       -c file
	      Use file as the configuration file. If the -c  is	 omitted,  the
	      first nonoption argument is used as the config file.

       --logall
	      Initialize  logging earlier. Normally logging is initialized af-
	      ter starting the listeners and changing user  so	that  logfiles
	      are  created  with  the right owner.  For	debugging reasons this
	      option forces to do that earlier.

       -C     Call components and print	the result to stdout instead of	start-
	      ing tntnet as a webserver

       -q query-string
	      In -C mode pass this query string	to the component.  The	option
	      may be repeated multiple times to	pass name-value-pairs easily.

EXAMPLE
       tntnet -C -q arg1=35 -q arg2=7 -q op=/ calc@calc

	      calls  the  component calc@calc with query parameters and	prints
	      the result to stdout.

FILES
       /etc/tntnet/tntnet.xml
	      The default configuration	file.

ENVIRONMENT
       TNTNET_CONF
	      This is checked for the configuration file name  if  it  is  not
	      specified	on the command line.

AUTHOR
       tntnet was written by Tommi Mkitalo <tommi@tntnet.org>.

       This  manual page was written by	Kari Pahula <kaol@debian.org>, project
       (but may	be used	by others).

SEE ALSO
       tntnet-config(1),  ecpp(7),   ecppc(1),	 ecppl(1),   ecppll(1),	  tnt-
       net.xml(7),	   tntnet.properties(7),	Tntnet	      homepage
       <http://www.tntnet.org>.	    documentation    can    be	  found	    in
       /usr/share/doc/tntnet-doc/.

       Tntnet July 23, 2006 tntnet(8)

Tntnet				  2006-07-23			     tntnet(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tntnet&sektion=8&manpath=FreeBSD+Ports+15.0.quarterly>

home | help