forked from mirrors/nixpkgs
8c034b988d
With these modifications, a user can configure a tomcat instance with web applications and web services by writing a service, such as: ... services = { tomcat = { enable = true; webapps = [ mypkgs.HelloWorldWebApplication ]; axis2 = { enable = true; services = [ mypkgs.HelloService mypkgs.HelloWorldService ]; }; }; }; svn path=/nixos/trunk/; revision=16619 |
||
---|---|---|
doc | ||
lib | ||
maintainers/scripts | ||
modules | ||
test | ||
default.nix | ||
README | ||
release.nix | ||
STABLE | ||
VERSION |
*** NixOS *** NixOS is a Linux distribution based on the purely functional package management system Nix. More information can be found at http://nixos.org/nixos and in the manual in doc/manual.