enji7 / runeemon

Apache License 2.0
1 stars 0 forks source link

Servlet containers #1

Open Thihup opened 3 years ago

Thihup commented 3 years ago

While the current goal is to deploy to compatible EE implentations, maybe adding support for servlet containers can be a good thing, like Apache Tomcat, Eclipse Jetty and Piranha Server

enji7 commented 3 years ago

Adding plain servlet containers should be easy as well, simply by adding a property file to "config/runtimes" with the appropriate values, and extending the "completion.sh" with the container's name. Feel free to contribute!