Aspectow Enterprise Edition is an all-in-one web application server based on Aspectran, fully supporting the servlet specification and suitable for building enterprise web applications. It uses JBoss' Undertow as a servlet engine and web server, and Apache Jasper, which is used in Apache Tomcat, as a JSP engine.
-
Clone this repository
$ git clone https://github.com/aspectran/aspectow.git
-
Build with Maven
$ cd aspectow $ mvn clean package
-
Run with Aspectran Shell
$ cd app/bin $ ./shell.sh
-
Access in your browser at http://localhost:8081