Thanks for the lead, and reading through those emails, it seemed like
multi-JavaMonitors posed some issues.
I wonder how to go about when the number of applications that each
JavaMonitor nandled has grown to like a more unmanageable size e.g. 80, 100,
how would you manage them from the single JavaMonitor? Isn't it JavaMonitor
will have limitation on the number of applications that it could handle? I
remember that max number is defined in one of adaptor files.
My rationale is for the same application to be shared by many customers
(database are not shared), I would need to get them putting url related to
them (e.g. www.mydomain.com/aaa ) and redirect to (e.g.
www.mydomain.com/cgi-bin/WebObjects/aaa) so that each will have their own
initialization at the JavaMonitor settings.
Is there any better way to share application and pass in initialization at
the url level, e.g.:
www.mydomain.com/cgi-bin/WebObjects/sameApp/(with database name and other
initialization values here)
If this is possible, potentially I could greatly simplify them into one
application instance for all customers.
Cheers
Cheong Hee
Message: 1
Date: Thu, 9 Aug 2007 10:07:54 +0800
From: "Cheong Hee (Datasonic)" <[EMAIL PROTECTED]>
Subject: Single Webserver with multiple JavaMonitors
To: <webobjects-deploy@lists.apple.com>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
reply-type=original
I intended to deploy multiple JavaMonitors with a single Apache Webserver
throught internet. At the moment, my deployment has been redirecting each
customer to its own application via redirective in web server e.g.:
www.mydomain.com/aaa ....is redirect to...
www.mydomain.com/cgi-bin/WebObjects/aaa
www.mydomain.com/bbb ....is redirect to...
www.mydomain.com/cgi-bin/WebObjects/bbb
These applications aaa and bbb in JavaMonitor are residing in the same
server.
My question is if i were to deploy another application and managed in
different JavaMonitor in other server, I supposed the following will not
work since wotaskd could not locate the second application in another
JavaMonitor e.g.:
www.mydomain.com/ccc ..is redirect to ...
www.mydomain.com/cgi-bin/WebObjects/ccc
Is there any where to deploy in this way or any better way?
Cheers
Cheong Hee
------------------------------
Message: 2
Date: Thu, 09 Aug 2007 08:37:46 -0400
From: Zak Burke <[EMAIL PROTECTED]>
Subject: Re: Single Webserver with multiple JavaMonitors
To: "Cheong Hee (Datasonic)" <[EMAIL PROTECTED]>
Cc: webobjects-deploy@lists.apple.com
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Cheong Hee (Datasonic) wrote on 8/8/07 10:07 PM:
I intended to deploy multiple JavaMonitors with a single Apache
Webserver throught internet.
Don't do that:
Straight from the horse's mouth (Cliff Tuel at Apple):
http://lists.apple.com/archives/webobjects-deploy/2007/Mar/msg00017.html
Sorry, it's normal and documented. One Monitor per subnet. The
docs call a subnet a "site", but study the diagrams and you'll see
they're the same.
http://developer.apple.com/documentation/WebObjects/Deployment/Deploying_Applications/IntroducingDeployment/chapter_2_section_3.html
zak.
------------------------------
_______________________________________________
Webobjects-deploy mailing list
Webobjects-deploy@lists.apple.com
http://lists.apple.com/mailman/listinfo/webobjects-deploy
End of Webobjects-deploy Digest, Vol 4, Issue 68
************************************************
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]