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:

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)