Re: Migrating WO app to 10.8.2 on new server from 10.5, using Wonder

2013-03-25 Thread Pascal Robert
Looks like it cannot read all directives that the WO module uses. LoadModule is read because it's a standard httpd directive. The module IS loaded, but I guess something is funky on 10.8. Does anyone have successfully build a adaptor for 10.8? > FYI, I'm getting the same problem on a OS X 10.8.

Re: Migrating WO app to 10.8.2 on new server from 10.5, using Wonder

2013-03-25 Thread Pascal Robert
Le 2013-03-25 à 16:43, Pascal Robert a écrit : > FYI, I'm getting the same problem on a OS X 10.8.2 box at a customer site. > ScriptAlias Bad typing. I was thinking about WebObjectsAlias, not ScriptAlias > is set to /apps/WebObjects in webobjects.conf (I always rename apache.conf to > webobj

Re: Migrating WO app to 10.8.2 on new server from 10.5, using Wonder

2013-03-25 Thread Pascal Robert
FYI, I'm getting the same problem on a OS X 10.8.2 box at a customer site. ScriptAlias is set to /apps/WebObjects in webobjects.conf (I always rename apache.conf to webobjects.conf) but I get: [Mon Mar 25 16:35:30 2013] [error] [client 207.253.87.97] File does not exist: /Library/Server/Web/D

Re: Migrating WO app to 10.8.2 on new server from 10.5, using Wonder

2013-03-18 Thread Baiss Eric Magnusson
On Mar 18, 2013, at 12:47 PM, Pascal Robert wrote: >> On Mar 18, 2013, at 11:51 AM, Chuck Hill wrote: >> >>> It sounds like it is trying to use the CGI adaptor. Does your httpd.conf >>> file include this line? >>> Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf >> >> No, t

Re: Migrating WO app to 10.8.2 on new server from 10.5, using Wonder

2013-03-18 Thread Pascal Robert
Le 2013-03-18 à 15:41, Baiss Eric Magnusson a écrit : > > On Mar 18, 2013, at 11:51 AM, Chuck Hill wrote: > >> It sounds like it is trying to use the CGI adaptor. Does your httpd.conf >> file include this line? >> >> Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf > > No

Re: Migrating WO app to 10.8.2 on new server from 10.5, using Wonder

2013-03-18 Thread Baiss Eric Magnusson
On Mar 18, 2013, at 11:51 AM, Chuck Hill wrote: > It sounds like it is trying to use the CGI adaptor. Does your httpd.conf > file include this line? > > Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf No, these lines: Include /Library/WebObjects/Adaptors/wo_rewrite.conf In

Re: Migrating WO app to 10.8.2 on new server from 10.5, using Wonder

2013-03-18 Thread Chuck Hill
It sounds like it is trying to use the CGI adaptor. Does your httpd.conf file include this line? Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf Is the path correct? What does this output sudo apachectl configtest Chuck On 2013-03-18, at 11:40 AM, Baiss Eric Magnusson wr

Re: Migrating WO app to 10.8.2 on new server from 10.5, using Wonder

2013-03-18 Thread Baiss Eric Magnusson
> Check this line in /etc/apache2/httpd.conf: >ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) > "/Library/WebServer/CGI-Executables/$1" > > Make sure that it matches exactly. > Chuck > It matches. > Pascal writes: > Check for errors in /var/log/apache2/error_log Ah, all 3 "JavaMonito

Re: Migrating WO app to 10.8.2 on new server from 10.5, using Wonder

2013-03-16 Thread Chuck Hill
Check this line in /etc/apache2/httpd.conf: ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/WebServer/CGI-Executables/$1" Make sure that it matches exactly. Chuck On 2013-03-16, at 8:44 AM, Baiss Eric Magnusson wrote: > > On Mar 14, 2013, at 5:29 PM, Chuck Hill wrote: > >

Re: Migrating WO app to 10.8.2 on new server from 10.5, using Wonder

2013-03-16 Thread Pascal Robert
Le 2013-03-16 à 11:44, Baiss Eric Magnusson a écrit : > > On Mar 14, 2013, at 5:29 PM, Chuck Hill wrote: > >> Is WOHost=localhost set on both wotaskd and your apps? > > After adding the WOHost line to the Properties file inside the .woa; I now > show in the log the setting: > > WOHost=loca

Re: Migrating WO app to 10.8.2 on new server from 10.5, using Wonder

2013-03-16 Thread Baiss Eric Magnusson
On Mar 14, 2013, at 5:29 PM, Chuck Hill wrote: > Is WOHost=localhost set on both wotaskd and your apps? After adding the WOHost line to the Properties file inside the .woa; I now show in the log the setting: WOHost=localhost it was not set to such before, yet the problem is the same. I have

Re: Migrating WO app to 10.8.2 on new server from 10.5, using Wonder

2013-03-14 Thread Chuck Hill
On 2013-03-14, at 4:42 PM, Baiss Eric Magnusson wrote: > Hi All, > After WOWODC 2010 I took a programming sabbatical to work on healing my > separated shoulder and now would like to return. > > I'm migrating from 10.5.8 to a 10.8.2 MacOSX; deployment only at this point. > No development enviro

Migrating WO app to 10.8.2 on new server from 10.5, using Wonder

2013-03-14 Thread Baiss Eric Magnusson
Hi All, After WOWODC 2010 I took a programming sabbatical to work on healing my separated shoulder and now would like to return. I'm migrating from 10.5.8 to a 10.8.2 MacOSX; deployment only at this point. No development environment exists, that will change after deploying. I have abandoned Ser