|
From: Mark L. <mid...@ve...> - 2007-03-05 06:18:47
|
I made some changes to my wrapper application on Mac OSX, and I can't make the old version go away. Perhaps this happened because I checked "Open at login" in the dock. I run the new version of the app and it can't run because the old version is running and has the IP port locked up. So I find a java process with parent process = wrapper, and I kill it, and it comes right back. I've looked in all the LaunchDaemons folders and StartupItems folders, and I can't find what's making this old version of the app start up over and over. When I execute "myAppName status" I see that it's not running. But the old version is still running, and I don't know how to kill it permanently. -Mark |