Please Visit: http://lifelongprogrammer.blogspot.com
Using Apache Procrun to Rename Process Name of a Java Program in Windows
Using Apache Procrun to Rename Process Name of a Java Program in Windows
http://lifelongprogrammer.blogspot.com/2014/01/using-apache-procrun-to-rename-java-process-name.html
Describe the approach to rename process name of a java application by using Apache Procrun to wrap it as a service, and rename prunsrv.exe to an meaningful name such as MyApp.exe.
set PRUNSRV=%~dp0%MyApp.exe
"%PRUNSRV%" //IS//%SERVICE_JAVA% --Install="%PRUNSRV%"
Jeffery yuan (https://plus.google.com/101157854606139706613/posts/PR57zk5VWTJ) via Jeffery yuan (https://plus.google.com/101157854606139706613/posts/3oxDhZydVNQ)
from Google Plus RSS Feed for 101157854606139706613 http://lifelongprogrammer.blogspot.com/2014/01/using-apache-procrun-to-rename-java-process-name.html
via LifeLong Community
Using Apache Procrun to Rename Process Name of a Java Program in Windows
Using Apache Procrun to Rename Process Name of a Java Program in Windows
http://lifelongprogrammer.blogspot.com/2014/01/using-apache-procrun-to-rename-java-process-name.html
Describe the approach to rename process name of a java application by using Apache Procrun to wrap it as a service, and rename prunsrv.exe to an meaningful name such as MyApp.exe.
set PRUNSRV=%~dp0%MyApp.exe
"%PRUNSRV%" //IS//%SERVICE_JAVA% --Install="%PRUNSRV%"
Jeffery yuan (https://plus.google.com/101157854606139706613/posts/PR57zk5VWTJ) via Jeffery yuan (https://plus.google.com/101157854606139706613/posts/3oxDhZydVNQ)
from Google Plus RSS Feed for 101157854606139706613 http://lifelongprogrammer.blogspot.com/2014/01/using-apache-procrun-to-rename-java-process-name.html
via LifeLong Community
No comments:
Post a Comment