Hey Ken,
On 17/Aug/2010, at 11:08 AM, Ken - Watermark Studios wrote: Now, when I start wotaskd and JavaMonitor and log into JavaMonitor to set the Host, I get an error. I set the Host to " web01.polestarpilates.com" and I get the error "Failed to contact web01.polestarpilates.com-1085".
I would start by checking the logs for WOTaskd and seeing what host and port it thinks it's running on. The log lines you're looking for are: [2010-8-17 11:21:45 PDT] <main> The URL for webserver connect is: The URL for direct connect is:
both versions give the host name and the port.
You can check that wotaskd is speaking by using curl with something like:
The URL used above should match what you see in the WOAdaptorInfo page of your webserver. The output of that should be XML with details of all instances running on app.server.fqdn. For a single instance, this would be something like: <?xml version="1.0" encoding="ASCII"?> <adaptor> <application name="MySuperApp"> <instance id="1" port="2001" host="app.server.fqdn"/> </application> </adaptor>
Good luck! M.
|