Re: Snow Leopard Deployment

2010-11-30 Thread Gennady Kushnir
In my case I did the same thing as on linux deployment: substituted /cgi-bin/... with /Apps/... in woadaptor configuration file ( /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf ) so that WO does not conflict with standard ScriptAlias 2010/11/24 Ron Lift : > Thank you > commenting ou

Re: Snow Leopard Deployment

2010-11-24 Thread Ron Lift
The only thing I am not sure of is what our operations group does to the server before I get access. It is suppose to be a standard SL server build, with afp, ard and webservices installed and on. I know they install some backup and network monitoring software, just not sure else. I did download th

Re: Snow Leopard Deployment

2010-11-24 Thread Mark Ritchie
Ah ok, glad that you're fixed. T's interesting that my conf file has a different version of the ScriptAlias and when I tried to make a version very much like the one below, I got a different error message... Weird! Sent from my iPhone On 2010-11-24, at 13:30, Ron Lift wrote: > Thank you

Re: Snow Leopard Deployment

2010-11-24 Thread Mark Ritchie
I think it might depend on which version/software update you're running! Usually there's also the need to remove/change the allow/deny rules but those result in a different error so I don't think that's the case here! M. Sent from my iPhone On 2010-11-24, at 13:27, Pascal Robert wrote: > >

Re: Snow Leopard Deployment

2010-11-24 Thread Ron Lift
Thank you commenting out the ScriptAlias /cgi-bin/ /Library/WebServer/CGI-Executables/ fixed the problem On Wed, Nov 24, 2010 at 1:24 PM, Ralf Schuchardt wrote: > Hi, > > Am 24.11.2010 um 18:16 schrieb Mark Ritchie: > > > Hey, > > > > On 24/Nov/2010, at 8:33 AM, Ron Lift wrote: > > ... > >>

Re: Snow Leopard Deployment

2010-11-24 Thread Pascal Robert
Le 2010-11-24 à 13:27, Ron Lift a écrit : > > > On Wed, Nov 24, 2010 at 12:56 PM, Patrick Middleton > wrote: > > On 24 Nov 2010, at 17:16, Mark Ritchie wrote: > > Hey, > > On 24/Nov/2010, at 8:33 AM, Ron Lift wrote: > ... > When I use http://cgi-bin/WebObjects/ I get a 404 error. > The web

Re: Snow Leopard Deployment

2010-11-24 Thread Pascal Robert
Le 2010-11-24 à 13:24, Ralf Schuchardt a écrit : > Hi, > > Am 24.11.2010 um 18:16 schrieb Mark Ritchie: > >> Hey, >> >> On 24/Nov/2010, at 8:33 AM, Ron Lift wrote: >> ... >>> When I use http://cgi-bin/WebObjects/ I get a 404 >>> error. >>> The webserver log has >>> “script not found or unabl

Re: Snow Leopard Deployment

2010-11-24 Thread Ron Lift
On Wed, Nov 24, 2010 at 12:56 PM, Patrick Middleton wrote: > > On 24 Nov 2010, at 17:16, Mark Ritchie wrote: > > Hey, >> >> On 24/Nov/2010, at 8:33 AM, Ron Lift wrote: >> ... >> >>> When I use http://cgi-bin/WebObjects/ I get a 404 >>> error. >>> The webserver log has >>> “script not found or una

Re: Snow Leopard Deployment

2010-11-24 Thread Ralf Schuchardt
Hi, Am 24.11.2010 um 18:16 schrieb Mark Ritchie: > Hey, > > On 24/Nov/2010, at 8:33 AM, Ron Lift wrote: > ... >> When I use http://cgi-bin/WebObjects/ I get a 404 >> error. >> The webserver log has >> “script not found or unable to stat: >> /Library/WebServer/CGI-Executables/WebObjects” > Fir

Re: Snow Leopard Deployment

2010-11-24 Thread Ron Lift
On Wed, Nov 24, 2010 at 12:16 PM, Mark Ritchie wrote: > Hey, > > On 24/Nov/2010, at 8:33 AM, Ron Lift wrote: > ... > > When I use http://cgi-bin/WebObjects/ I get a 404 > error. > > The webserver log has > > “script not found or unable to stat: > /Library/WebServer/CGI-Executables/WebObjects” > F

Re: Snow Leopard Deployment

2010-11-24 Thread Patrick Middleton
On 24 Nov 2010, at 17:16, Mark Ritchie wrote: Hey, On 24/Nov/2010, at 8:33 AM, Ron Lift wrote: ... When I use http://cgi-bin/WebObjects/ I get a 404 error. The webserver log has “script not found or unable to stat: /Library/WebServer/CGI- Executables/WebObjects” First off, how did '.../cgi

Re: Snow Leopard Deployment

2010-11-24 Thread Mark Ritchie
Hey, On 24/Nov/2010, at 8:33 AM, Ron Lift wrote: ... > When I use http://cgi-bin/WebObjects/ I get a 404 error. > The webserver log has > “script not found or unable to stat: > /Library/WebServer/CGI-Executables/WebObjects” First off, how did '.../cgi-bin/...' become '.../CGI-Executables/...' ?

Re: Snow Leopard Deployment

2010-11-24 Thread Ron Lift
Just to make sure I do not make a bad situation worse this is snippets of my /ect/apache2/httpd.conf Options FollowSymLinks AllowOverride None Order allow,deny Deny from all Satisfy All Options Indexes AllowOverride None Or

Re: Snow Leopard Deployment

2010-11-24 Thread Pascal Robert
Le 2010-11-24 à 08:33, Ron Lift a écrit : > Good Morning ( > > I am installing WebObjects On Snow Leopard server. I use the instructions > from the old Web Applications-Deployment-Mac OS X Server page. It had steps of > > cd /System/Library/WebObjects/Adaptors/Apache2.2 mv mod_WebObjects.so

Snow Leopard Deployment

2010-11-24 Thread Ron Lift
Good Morning ( I am installing WebObjects On Snow Leopard server. I use the instructions from the old Web Applications-Deployment-Mac OS X Serverpage. It had steps of cd /S

Re: 10.6 Snow Leopard deployment, how to?

2009-08-26 Thread Joe Little
On Wed, Aug 26, 2009 at 2:50 AM, Massimiliano Picone wrote: > Hi David, > >> Hi Max, >> >> On Aug 26, 2009, at 4:29 AM, Massimiliano Picone wrote: >> >>> Hi all, >>> as you already know the new Mac OS X Server 10.6 has no support for >>> WebObjects deployment. As you can read on page 7 in the offic

Re: 10.6 Snow Leopard deployment, how to?

2009-08-26 Thread Pascal Robert
Anyway, we want to upgrade to Snow Leopard Server because we got Intel Xserves that can really benefit from the new OS, but one server is completely dedicated to Web and WebObjects. Do you think it's worth it? If your current WO install is running now and you aren't experiencing specific

Re: 10.6 Snow Leopard deployment, how to?

2009-08-26 Thread Massimiliano Picone
Hi David, Hi Max, On Aug 26, 2009, at 4:29 AM, Massimiliano Picone wrote: Hi all, as you already know the new Mac OS X Server 10.6 has no support for WebObjects deployment. As you can read on page 7 in the official docs, "WebObjects: Support for WebObjects is removed with Mac OS X v10.

Re: 10.6 Snow Leopard deployment, how to?

2009-08-26 Thread David Avendasora
Hi Max, On Aug 26, 2009, at 4:29 AM, Massimiliano Picone wrote: Hi all, as you already know the new Mac OS X Server 10.6 has no support for WebObjects deployment. As you can read on page 7 in the official docs, "WebObjects: Support for WebObjects is removed with Mac OS X v10.6." http://i

10.6 Snow Leopard deployment, how to?

2009-08-26 Thread Massimiliano Picone
Hi all, as you already know the new Mac OS X Server 10.6 has no support for WebObjects deployment. As you can read on page 7 in the official docs, "WebObjects: Support for WebObjects is removed with Mac OS X v10.6." http://images.apple.com/server/macosx/docs/Web_Tech_Admin_v10.6.pdf I already

Re: Snow Leopard deployment

2009-07-22 Thread doug andrews
Building mod_webobjects from wonder worked for us. On Jul 13, 2009, at 12:07 PM, Mike Schrag wrote: build the mod_webobjects from wonder trunk and it works on SL ms On Jul 13, 2009, at 11:21 AM, David Wetzel wrote: Hi, I have seen this when I had a 32 bit adaptor module (build from sour

Re: Snow Leopard deployment

2009-07-13 Thread Pascal Robert
I think they finally setup a forum on SL on devforums.apple.com? ADC Select Membership permit talk aboud software seeds with other ADC members There is a place where we can talk? On 08/lug/09, at 22:18, Pascal Robert wrote: You are aware that the ADC forbids discussing seeds in a public m

Re: Snow Leopard deployment

2009-07-13 Thread Amedeo Mantica
ADC Select Membership permit talk aboud software seeds with other ADC members There is a place where we can talk? On 08/lug/09, at 22:18, Pascal Robert wrote: You are aware that the ADC forbids discussing seeds in a public mailing list? We have a developer seed of OSX 10.6, snow leopard.

Re: Snow Leopard deployment

2009-07-13 Thread Mike Schrag
build the mod_webobjects from wonder trunk and it works on SL ms On Jul 13, 2009, at 11:21 AM, David Wetzel wrote: Hi, I have seen this when I had a 32 bit adaptor module (build from source) on a 64 bit apache (from apple). Maybe your apache module was compiled against a different apache

Re: Snow Leopard deployment

2009-07-08 Thread doug andrews
Sorry, didn't know that. On Jul 8, 2009, at 4:18 PM, Pascal Robert wrote: You are aware that the ADC forbids discussing seeds in a public mailing list? We have a developer seed of OSX 10.6, snow leopard. It did not come pre-installed with a WebObjects deployment, but i've been trying ins

Re: Snow Leopard deployment

2009-07-08 Thread Pascal Robert
You are aware that the ADC forbids discussing seeds in a public mailing list? We have a developer seed of OSX 10.6, snow leopard. It did not come pre-installed with a WebObjects deployment, but i've been trying install and deploy a WebObjects app anyway. I installed the latest developer tool

Snow Leopard deployment

2009-07-08 Thread doug andrews
We have a developer seed of OSX 10.6, snow leopard. It did not come pre-installed with a WebObjects deployment, but i've been trying install and deploy a WebObjects app anyway. I installed the latest developer tools, and the latest WebObjects (5.4.3) deployment, and was able to get JavaMonitor