Hi Lachlan,

Lachlan Deck wrote :
Does the -WOHost blah for java monitor and wotaskd agree with apache?

Debug: <WebObjects Apache Module> translate - DECLINED:
I'm not sure to understand what you mean with "agree with apache" but
-WOHost is for bind the TCP port of WO apps (including wotask and java
monitor) to a specific IP instead of all available IP of the running OS
(in a shell run "lsof -n -P -i" you can see x.y.z.w:port instead of *:port).
Java monitor is only accessed by you, so it could be bind to any IP (or
IP:port) you can access (it could also be accessed by apache too if you
specify port in the url or set it in static configuration like any WO apps).
Wotaskd is accessed by apache if you use dynamic configuration so you
need WebObjectsConfig to be set with the right ip (or dns name) to match
-WOHost IP (same thing with -WOPort).

In the log "translate - DECLINED:  RightPartOfURL"  indicate that right
part of the URL doesn't match a WebObjects ressource. "RightPartOfURL"
must be "WebObjectsAlias/MyApp[.woa][/InstanceNumber][/....]" where
WebObjectsAlias is generaly set to /cgi-bin/WebObjects in the adaptor
configuration file.  The request URL:
"/HelloWorld.woa/1/wo/12HkYko6lGArDVssVy0ObM/0.1 " was missing
WebObjectAlias that's why it was declined.  Adaptor analyze the other
part of the URL and check if wotaskds know the application (if not it
return "The requested application was not found on this server"), if an
instance is running (if not return "No instance available"), if the
target instance is running (if not witch to a running one) ...

Regards

Aurelien

_______________________________________________
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]

Reply via email to