Deployment on Centos 6
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 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