Re: Trouble Shooting Mountain Lion

2012-09-21 Thread Jeffrey Schmitz
Back in action. Somehow the old mod_webobjects file snuck back in there. Downloaded the wonder version and am good to go, and now I even have my own version of apache that apple can't mess with. As always, thanks for all the help. Jeff On Sep 19, 2012, at 11:52 PM, Chuck Hill

Re: Trouble Shooting Mountain Lion

2012-09-19 Thread Jeffrey Schmitz
I keep going in circles on the macport apache now. It seems to run on one reboot, but then I'll reboot again and when I go to localhost in safari I get: Web service is turned off. An administrator can turn it on using the Server application. When I try sudo apachectl start I get:

Re: Trouble Shooting Mountain Lion

2012-09-19 Thread Tim Worman
It sounds to me as though the machine is launching or trying to launch both installed versions of Apache. You need to disable the launchd config for whichever Apache you do not want to run. Tim On Sep 19, 2012, at 8:40 PM, Jeffrey Schmitz j...@netbrackets.com wrote: I keep going in circles

Re: Trouble Shooting Mountain Lion

2012-09-19 Thread Chuck Hill
+1 On 2012-09-19, at 9:16 PM, Tim Worman wrote: It sounds to me as though the machine is launching or trying to launch both installed versions of Apache. You need to disable the launchd config for whichever Apache you do not want to run. Tim On Sep 19, 2012, at 8:40 PM, Jeffrey

Re: Trouble Shooting Mountain Lion

2012-09-19 Thread Jeffrey Schmitz
I thought by turning off the website services in the Mountain Lion Server app that it would disable the Mountain Lion apache, but apparently not. Removing the apache plist in /System/Library/LaunchDaemons seems to have done the trick though as now the macports apache seems to have taken hold.

Re: Trouble Shooting Mountain Lion

2012-09-19 Thread Chuck Hill
On 2012-09-19, at 9:41 PM, Jeffrey Schmitz wrote: I thought by turning off the website services in the Mountain Lion Server app that it would disable the Mountain Lion apache, but apparently not. Removing the apache plist in /System/Library/LaunchDaemons seems to have done the trick

Re: Trouble Shooting Mountain Lion

2012-09-17 Thread Jeffrey Schmitz
I've converted to using apache installed by macports, but still get the same problem. The webobjects module seems to be being loaded as when I run the following: sudo httpd -M | grep WebObjects I get: WebObjects_module (shared) Have also added the following to the macports apache

Re: Trouble Shooting Mountain Lion

2012-09-17 Thread Chuck Hill
On 2012-09-17, at 8:07 PM, Jeffrey Schmitz wrote: I've converted to using apache installed by macports, but still get the same problem. The webobjects module seems to be being loaded as when I run the following: sudo httpd -M | grep WebObjects I get: WebObjects_module (shared)

Re: Trouble Shooting Mountain Lion

2012-09-11 Thread Markus Ruggiero
On 11.09.2012, at 06:09, Jeffrey Schmitz j...@netbrackets.com wrote: Am having this same problem myself after upgrading to mountain lion server: The requested URL /cgi-bin/WebObjects/netBrackets.woa was not found on this server. but I do have the ScriptAlias in my

Re: Trouble Shooting Mountain Lion

2012-09-11 Thread Jeffrey Schmitz
Yes, but still no love. In the process it changed my document root to Library/Server/Web/Data/Sites/Default. Hate how it does that, is there any way to change that back? In the /etc/apache2/httpd.conf it says: DocumentRoot /Library/WebServer/Documents But that's not where apache is

Re: Trouble Shooting Mountain Lion

2012-09-11 Thread Tim Worman
My 2ยข - use macports or homebrew and install a custom apache. Stay away from Apple's. The biggest reason is what you just wrote in your last - restarting apache changed your settings. The built in apache is fine if you're using it for what Apple thinks their core customers will use it for - a

Re: Trouble Shooting Mountain Lion

2012-09-10 Thread Jeffrey Schmitz
Am having this same problem myself after upgrading to mountain lion server: The requested URL /cgi-bin/WebObjects/netBrackets.woa was not found on this server. but I do have the ScriptAlias in my /etc/apache2/httpd.conf: ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$)

Re: Trouble Shooting Mountain Lion

2012-09-10 Thread Chuck Hill
Have you restarted Apache? On 2012-09-10, at 9:09 PM, Jeffrey Schmitz wrote: Am having this same problem myself after upgrading to mountain lion server: The requested URL /cgi-bin/WebObjects/netBrackets.woa was not found on this server. but I do have the ScriptAlias in my

Re: Trouble Shooting Mountain Lion

2012-07-27 Thread Henrique Gomes
Why would you want to shoot Mountain Lion? And why are you having trouble doing it? HG ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your

Re: Trouble Shooting Mountain Lion

2012-07-27 Thread Johnny Miller
Believe me, I'd only trouble shoot the digital variety. Way too big an animal lover (current pet count is 2 dogs, 2 cats, 2 goldfish and 4 horses) to shoot the red blooded kind. Although, my favorite variety of cat is the Brazil Cat: http://www.kahalawai.com/Downloads/Brazil.jpg Have a nice

Trouble Shooting Mountain Lion

2012-07-25 Thread Johnny Miller
Hi, I upgraded my computer today and now when I go to debug my application I get the following print out from Safari: The requested URL /cgi-bin/WebObjects/METSAdminApp_1.woa/- was not found on this server. WOMonitor, WOTaskd and my application appear to be running. Did anyone have a

Re: Trouble Shooting Mountain Lion

2012-07-25 Thread Chuck Hill
Your httpd.conf needs to be fixed for this setting: ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) /Library/WebServer/CGI-Executables/$1 On 2012-07-26, at 10:32 AM, Johnny Miller wrote: Hi, I upgraded my computer today and now when I go to debug my application I get the

Re: Trouble Shooting Mountain Lion

2012-07-25 Thread Johnny Miller
It's in there and I tried commenting that line out as well but it had no effect? On a side note... did web sharing get the boot? It seems that option has been dropped from System Preferences On Jul 25, 2012, at 4:34 PM, Chuck Hill ch...@global-village.net wrote: Your httpd.conf needs to

Re: Trouble Shooting Mountain Lion

2012-07-25 Thread Chuck Hill
On 2012-07-26, at 10:41 AM, Johnny Miller wrote: It's in there and I tried commenting that line out as well but it had no effect? Are you including the apache.conf from WebObjects? That error means that it is seeing the URL as a file request, not one to be passed through to WO. On a

Re: Trouble Shooting Mountain Lion

2012-07-25 Thread Johnny Miller
Yup. I was missing the apache.conf. So now instead of not found I'm getting: Forbidden You don't have permission to access /cgi-bin/WebObjects/METSAdminApp_1.woa/- on this server. On Jul 25, 2012, at 4:44 PM, Chuck Hill ch...@global-village.net wrote: On 2012-07-26, at 10:41 AM,

Re: Trouble Shooting Mountain Lion

2012-07-25 Thread Johnny Miller
Found it: http://lists.apple.com/archives/webobjects-dev/2010/Apr/msg00105.html I needed comment out the two lines below. Directory / Options FollowSymLinks AllowOverride None #Order deny,allow #Deny from all /Directory Thanks as always! Johnny On Jul 25, 2012, at 4:56 PM, Johnny Miller