I'm trying to run multiple Resin 4 service instances on a Windows Server 2003 box which means each service name must be unique so I can determine which one of the many that I need to start/stop or restart when changes occur.
According to the Resin 4 docs (http://www.caucho.com/resin/install/install.xtp#Installing%20Resin%20as%20a%20Windows%20Service) a service can be uniquely named with a flag -install-as {service name}: C:\Resin\resin.exe -install-as ResinA
Unfortunately, the service name always appears as "Resin Web Server" regardless of what you replace "ResinA" with. So I end up with several "Resin Web Server" instances and have to view the properties of each to see what arguments were passed in.