JavaStarter
JavaStarter allows starting multiple Java applications within a single JVM.
If the user starts an application with
java class params
the user can add the line
class params
to the JavaStarter configuration file. The JavaStarter starts a Thread for each
line in the configuration file.
The current implementation has the following limits:
- Params with spaces are not allowed, also if they are enclosed between
" or '.
- Settings of Java environment with the command line must be specified
when the JavaStarter application starts.
JavaStarter is useful to activate several Java services on one server. With
JavaStarter it is possible to share a single JVM among many applications.
Here are the sources of JavaStarter.
Antonio Cisternino (cisterni@di.unipi.it)