I am looking for something very close to an application server with these features:
- it should handle a series of threads / daemons, allowing the user to start-stop-restart each, without affecting the others.
- it must support libraries shared between different threads / daemons
- it should allow some libraries to be shared
We currently have some kind of legacy code inventing the wheel ... and that doesn't have a flawless round shape! I was thinking of using Tomcat, but I don't need a web server, except maybe for the simple backoffice user interface (/ manager / html).
Any suggestion? Is there a non-web application server, or is there a better alternative to Tomcat (lighter, for example, or easier to configure)? Thanks in advance.
source
share