> - Monitor starts up all 12 applications that are configured to > auto-start/auto-recover (verified by looking at process list), however, > not all applications show up in /Temp/WebObjects.conf Well, when you start a process with the Monitor, the WOAdaptor doesn't even look in this file because it will find an entry for the names apps in the public conf file in <NEXT_ROOT>Library/WebObjects/Configuration/ > - Monitor itself is running (and configured properly as a service), > but when you try to hit it you get the following error: "The requested > application was not found on this server" You should probably do: defaults write Monitor WOPort 8888 and reboot So that regardless of how the Monitor starts it can be accessed at a specific port number > - in an unrelated matter (when Monitor does start-up correctly), > sometimes when you stop/re-start an application from Monitor (using the > on/off switch) Monitor incorrectly indicates that the application is > still OFF even though the process list says the application is running. > this problem is not due to Monitor's web page being cached - I verified > this. it seems to be a bug in Monitor - maybe the D.O. connection to > the application can't be made for some reason? The app could be in a state where you killed it all right but it is in the process of starting up. d
