1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
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
databases
hardware
logging
mail
misc
monitoring
network-filesystems
networking * Add an option to enable the firewall. It should eventually be 2009-07-26 21:27:35 +00:00
printing
scheduling
system
ttys
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