Native Servlet Container: Consist in a Apache module that allows run J2EE applications as native binaries
-> http-servlet-container:
for build, first create a folder named "build" into http-servlet-container and execute in this folder:
cmake ../src
cmake --build .
-> deploy tool:
for build, first, create a folder named "build" into deploytool folder and execute in this folder:
cmake ../src
cmake --build .