nixpkgs/modules/services
Sander van der Burg 8c034b988d Added a lot of modifications in order to expression a Tomcat configuration better and to perform more efficient management of various Tomcat components.
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
2009-08-09 20:19:07 +00:00
..
audio svn path=/nixos/branches/modular-nixos/; revision=16397 2009-07-16 15:01:56 +00:00
databases * Got rid of the extraPath field in jobs (use 2009-07-15 11:19:11 +00:00
hardware * Move the uid/gid mappings into a module. This allows other modules 2009-05-29 14:25:56 +00:00
logging
mail * Move the uid/gid mappings into a module. This allows other modules 2009-05-29 14:25:56 +00:00
misc * Add gzip to the $PATH of nix-daemon, otherwise distributed builds 2009-07-23 23:25:50 +00:00
monitoring * Move the uid/gid mappings into a module. This allows other modules 2009-05-29 14:25:56 +00:00
network-filesystems
networking * Add an option to enable the firewall. It should eventually be 2009-07-26 21:27:35 +00:00
printing * Refactoring the Upstart module. Got rid of job.extraEtc, it's 2009-07-15 09:06:36 +00:00
scheduling * Move the uid/gid mappings into a module. This allows other modules 2009-05-29 14:25:56 +00:00
system * In the jobs attribute, support a more high-level way of specifying 2009-07-15 15:24:11 +00:00
ttys * More Upstart refactoring. 2009-07-16 13:55:11 +00:00
web-servers Added a lot of modifications in order to expression a Tomcat configuration better and to perform more efficient management of various Tomcat components. 2009-08-09 20:19:07 +00:00
x11 Add Wacom X11 driver support 2009-08-03 19:55:33 +00:00