Introducing Java Servlet Container beta.

This commit is contained in:
Max Romanov
2019-02-28 18:02:42 +03:00
parent ec7319d32c
commit 5bfdebb9e4
95 changed files with 13360 additions and 1 deletions

View File

@@ -29,6 +29,10 @@ case "$nxt_module" in
. auto/modules/nodejs
;;
java)
. auto/modules/java
;;
*)
echo
echo $0: error: invalid module \"$nxt_module\".