• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Configuring CentOS 5.5 for WebObjects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Configuring CentOS 5.5 for WebObjects


  • Subject: Re: Configuring CentOS 5.5 for WebObjects
  • From: Mark Ritchie <email@hidden>
  • Date: Tue, 17 Aug 2010 11:29:13 -0700

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:
http://app.server.fqdn/cgi-bin/WebObjects/wotaskd.woa/-1085
The URL for direct connect is:
http://app.server.fqdn:1085/cgi-bin/WebObjects/wotaskd.woa

both versions give the host name and the port.

You can check that wotaskd is speaking by using curl with something like:
app.server.fqdn $ curl http://app.server.fqdn:1085/cgi-bin/WebObjects/wotaskd.woa/wa/woconfig

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.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Configuring CentOS 5.5 for WebObjects
      • From: Ken - Watermark Studios <email@hidden>
References: 
 >Re: Configuring CentOS 5.5 for WebObjects (From: Ken - Watermark Studios <email@hidden>)
 >Re: Configuring CentOS 5.5 for WebObjects (From: Pascal Robert <email@hidden>)
 >Re: Configuring CentOS 5.5 for WebObjects (From: Ken - Watermark Studios <email@hidden>)
 >Re: Configuring CentOS 5.5 for WebObjects (From: Pascal Robert <email@hidden>)
 >Re: Configuring CentOS 5.5 for WebObjects (From: Ken - Watermark Studios <email@hidden>)

  • Prev by Date: Re: Configuring CentOS 5.5 for WebObjects
  • Next by Date: Re: Configuring CentOS 5.5 for WebObjects
  • Previous by thread: Re: Configuring CentOS 5.5 for WebObjects
  • Next by thread: Re: Configuring CentOS 5.5 for WebObjects
  • Index(es):
    • Date
    • Thread