Writing a bundle-based server application

Overview

While Equinox can be setup to run servlets and JSPs in a variety of ways, the technique for writing the applications is the same. Use the steps here to create your application and then one of the server setups detailed in the Server-side quick start guide to configure and run your server.

Writing the server application

The server application takes the form of static content, servlets and JSPs. You can use any combination of these.

 

Server links