Salut Xavier,
There is no way you can schedule a progessive start of applications at boot time using JMonitor.
Please correct if I'm wrong (Apple's WO Deployment course is waaaaay back...):
- /System/Library/StartupItems starts wotaskd and javaMonitor- Wotaskd looks up the list of applications that are supposed to be running and creates instances Just right now. No scheduling at all.
JavaMonitor allows to change the configuration of instances.There's a nice picture describing the relations between wotaskd, monitor and xml files in the doc: http://developer.apple.com/documentation/WebObjects/Deployment/ Deploying_Applications/index.html
See 'Managing application instances / Configuration files"What you can do is set you applications NOT to restart automagically in monitor and use your own startup script with a 'sleep' command. Of course, you loose the ability to change config with java monitor this way, but you should'nt nedd to touch the startup scripts more than once every 6 months.
CyrilPS: Entschuldigung für das doppelt Post. Ich habe mein List-rules vergessen...
Le Mar 10, 2006 à 1:28 PM, Guido Neitzer a écrit :
On 10.03.2006, at 12:04 Uhr, Dev WO wrote:This is something I'm looking for for quite some time now, but couldn't get the answer. Actually (at least using Monitor), I can only schedule a restart for an application, that means all instances will restart at the same time!Which is of course useless.Is there anyway to schedule a different restart for the instances of the same application?You can schedule all instances as you like using monitor ... What problem do you have with this? Just go to application config in JavaMonitor when you have some instances configured and set the settings there in "Scheduling". You can set everything in a "per instance" basis.cug -- PharmaLine, Essen, GERMANY Software and Database Development _______________________________________________ Do not post admin requests to the list. They will be ignored.Webobjects-deploy mailing list (Webobjects- [EMAIL PROTECTED])Help/Unsubscribe/Update your Subscription:http://lists.apple.com/mailman/options/webobjects-deploy/cgodefroy% 40mac.comThis email sent to [EMAIL PROTECTED]
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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]
