On Aug 27, 2013, at 5:50 PM, Pascal Robert wrote: > > Le 2013-08-27 à 20:14, Ramsey Gurley <[email protected]> a écrit : > >> >> On Aug 27, 2013, at 4:59 PM, Pascal Robert wrote: >> >>> >>> Le 2013-08-27 à 17:50, Ramsey Gurley <[email protected]> a écrit : >>> >>>> >>>> On Aug 27, 2013, at 2:48 PM, Ramsey Gurley wrote: >>>> >>>>> >>>>> On Aug 27, 2013, at 2:03 PM, <[email protected]> <[email protected]> wrote: >>>>> >>>>>> On Tue, 27 Aug 2013 13:14:49 -0700 >>>>>> Ramsey Gurley <[email protected]> wrote: >>>>>>> On Aug 27, 2013, at 12:22 PM, <[email protected]> wrote: >>>>>>>> On Tue, 27 Aug 2013 11:55:34 -0700 >>>>>>>> Ramsey Gurley <[email protected]> wrote: >>>>>>>>> Hi all, >>>>>>>>> I'm setting up new servers and I'm wondering if anyone is >>>>>>>>> successfully using 2.4 in production yet. I understand we would need >>>>>>>>> a new build of mod_webobjects. I don't see one for redhat, just >>>>>>>>> windows >>>>>>>>> http://wocommunity.org/documents/tools/mod_WebObjects/ >>>>>>>>> Is there any other mod_webobjects for 2.4 out there? Beyond that, any >>>>>>>>> gotchas I would need to know about before switching to the newer >>>>>>>>> httpd? >>>>>>>> A RPM for Apache 2.4 is available from the Yum repository. >>>>>>> Where is that? :-) >>>>>> >>>>>> http://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat%2C+CentOS+or+Amazon+Linux >>>>> >>>>> I've already installed JavaMonitor and wotaskd so I'm skipping directly >>>>> to the mod_webobjects part (decided to stick with 2.2 for now), but I get: >>>>> >>>>> Error: Cannot retrieve repository metadata (repomd.xml) for repository: >>>>> wocommunity. Please verify its path and try again >>>>> >>>>> Broken url? >>>>> >>>> >>>> I guess it would help if I included the url >>>> >>>> http://packages.wocommunity.org/CentOS/6Server/repodata/repomd.xml: [Errno >>>> 14] PYCURL ERROR 22 - "The requested URL returned error: 404" >>>> >>>> Looks like that should be >>>> >>>> http://packages.wocommunity.org/CentOS/6/repodata/repomd.xml >>> >>> You're trying to install on CentOS 6? If yes, which update (6.0, 6.1, 6.2 >>> or 6.3)? >> >> I just did >> >> sudo yum install woadaptor >> >> as directed on the wiki. My Redhat is version 6.3. > > Ok, so I added a symlink. > http://packages.wocommunity.org/CentOS/6Server/repodata/repomd.xml works now. > >
Beautiful. So it installs now. I see /usr/lib64/httpd/modules/mod_WebObjects.so and I see /etc/httpd/conf.d/webobjects.conf. Do I need to define the LOCAL_LIBRARY_DIR that I see in webobjects.conf? WebObjectsDocumentRoot LOCAL_LIBRARY_DIR/WebServer/Documents I assume it knows to look in /opt/Local/Library where the womonitor and wotaskd get installed. Thanks for putting these together Pascal. They look like a big time saver, even though I probably spent more time making sure I understand what they're doing :-D Ramsey _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
