Hi Chris > > Hello - hoping someone here has some experience in this area... > > Recently switched to Project Wonder's java monitor app. After a > reboot it has lost its application & host settings, everything is > blank. The SiteConfig.xml is in its normal location > /Library/WebObjects/Configuration, perms seem right, file looks > normal. But the JavaMonitor its not reading it. Any ideas what I > might need to do to get this working again? This is on a Mac OS X > Server 10.4.11 box.
In /Library/WebObjects/Configuration haven't you a SiteConfig.xml.yyyymmddhhmmss... ? The old Java Monitor rename SiteConfig.xml with appending the date when starting if something in the xml is wrong. So Java Monitor starts with an new SiteConfig.xml. Typical problem is that an instance still be defined with no corresponding application (in the applicationArray). So first in this case I delete all the instances part (in the instanceArray) of the SiteConfig.xml and see if Java Monitor is happy with this version. Then I search which instance element is the problem. Aurelien ps: I haven't had this problem with the Wonder Java Monitor but I'm not using it enough (not in production) _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com This email sent to [email protected]
