If a second instance of the Wrapper is started, the pid file of the
first instance will be overwritten by the second instance. This is
done to avoid problems with stale pid files preventing the wrapper
from starting.
On Unix/Linux platforms, the sh
script which ships with the Wrapper will prevent multiple copies of
the Wrapper from running for the same application. It is possible
to run multiple copies of the Wrapper on the same machine if they
are each being used to launch a different application.
|