Ted, I’ve got a couple CentOS 7 boxes deployed and I’m building from source (there are enough changes from CentOS 6 that the old repo isn’t applicable).
If you look at the Wiki page you linked to below, there is a section called “Notes on CentOS 7 64/ Apache 2.4” toward the bottom. That has some specific information on the differences. (compiling mod_webObjects for Apache 2.4 and dealing with firewalld and the SELinux context that is on by default in CentOS 7) One other thing that may be a local problem is using Java 7 and 8. If you’re having “bad major minor version” issues it’s often trying to run java 8 app on java 7 or such. You can select the jvm on a per app basis by setting the jvm in UNIXClasspath.txt (the path is [APP].woa/Contents/UNIX/UNIXClasspath.txt. You can set the full path to java on the first line => # JVM == /path/to/specific/java/bin/java) I know that’s not a long term thing, but it has allowed us to migrate apps deliberately rather than with our hair on fire) Give a shout if you have any specific problems/questions. Larry On 17 May 2016, at 14:10, Pascal Robert wrote: > The repository is not set for CentOS 7 (something I need to fix before > WOWODC). Search the list, I think someone posted a workaround. > > ________________________________ > De : [email protected] > <[email protected]> de la part de > Theodore Petrosky <[email protected]> > Envoyé : 17 mai 2016 11:31:42 > À : WebObjects-Dev7 or Objet : install deploy on centos 7 > > I know I have used this before with success! > > https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat%2C+CentOS+or+Amazon+Linux<https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat,+CentOS+or+Amazon+Linux> > > but of course something is broken! > > http://packages.wocommunity.org/CentOS/7/repodata/repomd.xml: [Errno 14] HTTP > Error 404 - Not Found > > should I just abandon this exercise? > > Ted > _______________________________________________ > 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/elemgee%40gmail.com > > This email sent to [email protected] Larry Mills-Gahl elemgee at gmail dot com
signature.asc
Description: OpenPGP digital signature
_______________________________________________ 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]
