• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Deployment on Centos 6
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Deployment on Centos 6


  • Subject: Deployment on Centos 6
  • From: Gino Pacitti <email@hidden>
  • Date: Sun, 20 May 2018 10:04:31 +0100

Hi List
Its been a long time since I set up a deployment environment so I might just be rusty but -

I have a Centos 6 OS and I used pretty much this to install.:
<https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat%2C+CentOS+or+Amazon+Linux>

JavaMonitor and WOTaskd are working and I can access JavaMonitor using port 56789 to configure my Apps.

In my http config I am using this (httpd.conf excerpt below) yet when I try and access my App using a url such as http://mydomain.com/cgi-bin/WebObjects/App.woa/ I keep getting Not Found - it is as if the WOAdaptor is not passing the request to the WO Environment. In the Apache Logs I get this :


2018-05-20 09:53:40 Error IPAddress 404 GET /cgi-bin/WebObjects/App.woa/ HTTP/1.1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1 Safari/605.1.15 464  Apache access

Any pointers appreciated…

Gino

httpd.conf 
-----------------
ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/var/www/cgi-bin/$1"

#ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"

#
# "/var/www/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/var/www/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Deployment on Centos 6
      • From: Gino Pacitti <email@hidden>
  • Prev by Date: Re: Bug in NSArray et. al. ?
  • Next by Date: Re: Deployment on Centos 6
  • Previous by thread: Re: Bug in NSArray et. al. ?
  • Next by thread: Re: Deployment on Centos 6
  • Index(es):
    • Date
    • Thread