+70
-95
nixos/modules/services/web-servers/tomcat.nix
+70
-95
nixos/modules/services/web-servers/tomcat.nix
············description = lib.mdDoc "Parameters to pass to the Java Virtual Machine which spawns Apache Tomcat";description = lib.mdDoc "Parameters to pass to the Java Virtual Machine which spawns the Catalina servlet container";description = lib.mdDoc "List containing JAR files or directories with JAR files which are libraries shared by the web applications";···description = lib.mdDoc "List containing JAR files or directories with JAR files which are libraries shared by the web applications and the servlet container";description = lib.mdDoc "List containing WAR files or directories with WAR files which are web applications to be deployed on Tomcat";description = lib.mdDoc "List consisting of a virtual host name and a list of web applications to deploy on each virtual host";description = lib.mdDoc "List containing AAR files or directories with AAR files which are web services to be deployed on Axis2";······<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs/${virtualHost.name}"-sed -e "/<Engine name=\"Catalina\" defaultHost=\"localhost\">/a\\"${escapeShellArg hostElementsSedString} \·········
············description = lib.mdDoc "Parameters to pass to the Java Virtual Machine which spawns Apache Tomcat";description = lib.mdDoc "Parameters to pass to the Java Virtual Machine which spawns the Catalina servlet container";description = lib.mdDoc "List containing JAR files or directories with JAR files which are libraries shared by the web applications";···description = lib.mdDoc "List containing JAR files or directories with JAR files which are libraries shared by the web applications and the servlet container";description = lib.mdDoc "List containing WAR files or directories with WAR files which are web applications to be deployed on Tomcat";description = lib.mdDoc "List consisting of a virtual host name and a list of web applications to deploy on each virtual host";description = lib.mdDoc "List containing AAR files or directories with AAR files which are web services to be deployed on Axis2";······<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs/${virtualHost.name}"+sed -e "/<Engine name=\"Catalina\" defaultHost=\"localhost\">/a\\"${lib.escapeShellArg hostElementsSedString} \·········
+11
-6
nixos/tests/tomcat.nix
+11
-6
nixos/tests/tomcat.nix
···-"curl --fail http://localhost:8080/examples/servlets/servlet/HelloWorldExample | grep 'Hello World!'"-"curl --fail http://localhost:8080/examples/jsp/jsp2/simpletag/hello.jsp | grep 'Hello, world!'"
···+"curl -sS --fail http://localhost:8080/examples/servlets/servlet/HelloWorldExample | grep 'Hello World!'"+"curl -sS --fail http://localhost:8080/examples/jsp/jsp2/simpletag/hello.jsp | grep 'Hello, world!'"
+6
-3
pkgs/servers/http/tomcat/axis2/default.nix
+6
-3
pkgs/servers/http/tomcat/axis2/default.nix
······description = "Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack";
······description = "Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack";
+16
-8
pkgs/servers/http/tomcat/default.nix
+16
-8
pkgs/servers/http/tomcat/default.nix
···-url = "mirror://apache/tomcat/tomcat-${versionMajor}/v${version}/bin/${pname}-${version}.tar.gz";······
···+url = "mirror://apache/tomcat/tomcat-${versionMajor}/v${finalAttrs.version}/bin/${finalAttrs.pname}-${finalAttrs.version}.tar.gz";······