nixpkgs/modules/services/web-servers
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
..
apache-httpd * Got rid of the extraPath field in jobs (use 2009-07-15 11:19:11 +00:00
jboss.nix * Continued refactoring the tree: moved most Upstart jobs (namely 2009-05-24 23:13:23 +00:00
tomcat.nix 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