Re: Apache for Dev and breakpoints
Re: Apache for Dev and breakpoints
- Subject: Re: Apache for Dev and breakpoints
- From: Jeffrey Schmitz <email@hidden>
- Date: Fri, 11 Jan 2019 17:06:57 -0600
Possibly as I wasn’t quite sure what to put for some of these on a dev machine
and they all aren’t spelled out on the wocommunity page
Here are my apache config settings included in the combination of httpd.conf
and my webobject adaptor config.
httpd.conf :
ServerRoot "/usr/local/opt/httpd”
RewriteEngine on
RewriteRule "^/cgi-bin/WebObjects/netBrackets.woa(.*)$"
"/cgi-bin/WebObjects/netbrackets.woa$1" [R]
DocumentRoot "/Library/WebServer/Documents”
ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$)
"/Library/WebServer/CGI-Executables/$1”
Include /usr/local/etc/httpd/conf.d/webobjects.conf
Adaptor config (webobjects.conf):
LoadModule WebObjects_module lib/httpd/modules/mod_WebObjects.so
WebObjectsDocumentRoot /Users/netBrackets/git/netBrackets/netBrackets/dist/Split
WebObjectsAlias /cgi-bin/WebObjects
WebObjectsConfig http://localhost:1085 10
ServerRoot "/usr/local/opt/httpd”
I think these are all the webobjects related settings, but Let me know If
there’s any other specific settings that would help.
Jeff
> On Jan 11, 2019, at 4:02 AM, Altera WO Team <email@hidden> wrote:
>
> Hi, are you sure that apache is hitting the app in Eclipse and not another
> app deployed on the same machine? Please tell us more about the apache
> configuration...
>
>
> Matteo
>
>
>> On Jan 11, 2019, at 3:13 AM, Jeffrey Schmitz <email@hidden
>> <mailto:email@hidden>> wrote:
>>
>> Hello List,
>> I’m trying to use apache for development per
>> https://wiki.wocommunity.org/display/documentation/Development+Tools-Running+Through+Apache
>>
>> <https://wiki.wocommunity.org/display/documentation/Development+Tools-Running+Through+Apache>
>> so I can test SSL related code.
>>
>> When I launch my app from Eclipse however, it’s not getting my latest
>> changes nor is it stopping on my breakpoints in the debugger. Using direct
>> connect it all works as expected. Any ideas what’s going on?
>>
>> Jeff
>>
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list (email@hidden
>> <mailto:email@hidden>)
>> Help/Unsubscribe/Update your Subscription:
>>
>>
>> This email sent to email@hidden
>
_______________________________________________
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