Re: WO Apache Adaptor not seeing my apps

2009-04-02 Thread Mr. Pierre Frisch
Hi Mark, You should force the WOHost on Monitor / wotaskd and each instance or they can become confused. We have a better solution on 5.5 using the localhost but on 5.4 and previous the best approach is to fix the WOHost. Pierre -- Pierre Frisch pie...@apple.com On Apr 2, 2009, at 11:37

Re: WO Apache Adaptor not seeing my apps

2009-04-02 Thread Mark Ritchie
On 2-Apr-09, at 2:44 PM, Mr. Pierre Frisch wrote: You should force the WOHost on Monitor / wotaskd and each instance or they can become confused. We have a better solution on 5.5 using the localhost but on 5.4 and previous the best approach is to fix the WOHost. Thanks Pierre! Perhaps this

Re: WO Apache Adaptor not seeing my apps

2009-04-02 Thread Hugi Thordarson
Ding ding ding, bingo! Chuck takes the cake. I changed the Apache-adaptor configuration to fetch configuration info from the host's real name (rather than "localhost"), and the adaptor magically starts to work. However, on two of my other servers, fetching the configuration from "localhost"

Re: WO Apache Adaptor not seeing my apps

2009-04-02 Thread Chuck Hill
On Apr 2, 2009, at 11:37 AM, Mark Ritchie wrote: On 2-Apr-09, at 2:21 PM, Chuck Hill wrote: I am just using the stock code. Are you deploying your apps with JavaMonitor on your dev machine? Dev mode launches are handled a little differently and might short circuit some of this. But I h

Re: WO Apache Adaptor not seeing my apps

2009-04-02 Thread Mark Ritchie
On 2-Apr-09, at 2:21 PM, Chuck Hill wrote: I am just using the stock code. Are you deploying your apps with JavaMonitor on your dev machine? Dev mode launches are handled a little differently and might short circuit some of this. But I have had intermittent problems in the past if the app

Re: WO Apache Adaptor not seeing my apps

2009-04-02 Thread Chuck Hill
On Apr 2, 2009, at 11:17 AM, Mark Ritchie wrote: On 2-Apr-09, at 1:56 PM, Chuck Hill wrote: Host name mismatch. wotaskd is not running on localhost. Hi Chuck! Is this a restriction of the adaptor code from Project Wonder? I'm running the stock WOAdaptor and I use localhost on my develop

Re: WO Apache Adaptor not seeing my apps

2009-04-02 Thread Mark Ritchie
On 2-Apr-09, at 1:56 PM, Chuck Hill wrote: Host name mismatch. wotaskd is not running on localhost. Hi Chuck! Is this a restriction of the adaptor code from Project Wonder? I'm running the stock WOAdaptor and I use localhost on my development machine all the time and it works just fine

Re: WO Apache Adaptor not seeing my apps

2009-04-02 Thread Chuck Hill
On Apr 2, 2009, at 6:36 AM, Hugi Thordarson wrote: Good morning folks, It's been a while since I've set up a new WO server and I'm getting a bit rusty. Perhaps someone can show me what I'm overlooking... * Everything running on the same machine. * I've got wotaskd running on the machine, a

Re: WO Apache Adaptor not seeing my apps

2009-04-02 Thread Mark Ritchie
On 2-Apr-09, at 10:07 AM, Hugi Thordarson wrote: WebObjectsConfig http://localhost:1085 10 That looks correct however your WOAdaptorInfo page doesn't register the setting. Have you shutdown and restarted Apache to be sure that it's picking up the setting? Also, just 'cause I'm curious, woul

Re: WO Apache Adaptor not seeing my apps

2009-04-02 Thread Hugi Thordarson
I'm just using the default port (1085), and the configuration in httpd.conf is set like so: WebObjectsConfig http://localhost:1085 10 And curling "http://localhost:1085"; returns the configuration :-/ Odd... - hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 2.4.2009, at 13:47, Pasc

Re: WO Apache Adaptor not seeing my apps

2009-04-02 Thread Pascal Robert
Missmatch between the adaptor URL in Monitor vs the apache.conf config for Apache? And check if you are using the correct TCP port and host to talk to wotaskd in apache.conf. Good morning folks, It's been a while since I've set up a new WO server and I'm getting a bit rusty. Perhaps someo

WO Apache Adaptor not seeing my apps

2009-04-02 Thread Hugi Thordarson
Good morning folks, It's been a while since I've set up a new WO server and I'm getting a bit rusty. Perhaps someone can show me what I'm overlooking... * Everything running on the same machine. * I've got wotaskd running on the machine, and the WO module installed. * I ran JavaMonitor manual