RE: serving WO app through a proxy server
"Ian McDougall" <[email protected]> Tue, 8 Jun 2004 14:18:09 -0600
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
Thanks, that's a good bit on info. However, I should have mentioned that we're deploying on a J2EE server... > > > How do I tell my app to look for apps using /BAR/cgi-bin/WebObjects as a > > prefix? > > Modify you http adaptor configuration. In case you're running apache web > server, > change WebObjectsAlias directive in apache.conf file which is usually > located in $NEXT_ROOT/Library/WebObjects/Adaptors/Apache/. > > # You can change the 'cgi-bin' part of WebObjectsAlias to whatever you > # prefer (such as Apps), but the 'WebObjects' part is required. > #WebObjectsAlias /cgi-bin/WebObjects > WebObjectsAlias /BAR/cgi-bin/WebObjects