I am reading through the YAJSW tutorial here:
http://yajsw.sourceforge.net/#mozTocId768274
From what I understand, I need to create a wrapper.conf configuration file for wrapping my Java application. But in order to create wrapper.conf, I need to call getConfig.bat PID
But if I create this wrapper around my application, then distribute it to someone else, won't the PID that I used to create the original wrapper be different from the PID of the application when it runs on the other user's machine? And if that is the case, then how will the service even run on their machine?