3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/modules
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
..
config Make the Liberation Fonts available by default. 2009-07-09 12:10:58 +00:00
hardware * Bring back the options to enable/disable the Intel firmwares. 2009-08-04 08:50:02 +00:00
installer * Bring back the options to enable/disable the Intel firmwares. 2009-08-04 08:50:02 +00:00
misc Adding back passthru functionality 2009-07-08 09:10:48 +00:00
programs * Don't put /etc/nixos/nixos in ~/.nix-defexpr. 2009-07-15 08:45:29 +00:00
security * kdm needs the "kde" PAM module, but you only get it when KDE is 2009-05-29 14:57:31 +00:00
services 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
system * nixos-rebuild: replaced some environment variables with options 2009-08-03 12:36:15 +00:00
tasks * Give a type to networking.interfaces. 2009-07-16 17:18:54 +00:00
virtualisation * Workaround for hangs on x86_64. 2009-08-05 11:43:51 +00:00
module-list.nix * Bring back the options to enable/disable the Intel firmwares. 2009-08-04 08:50:02 +00:00