Re: WebObjectsOptions redir
Patrick Middleton <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
On 24 May 2006, at 22:14, Carlos Maldonado wrote: > Hi All, > > I've been looking for a way to redirect my users when a woapp is > offline, and I found out that using this line: > > WebObjectsOptions redir > > in apache.conf actually works but what if I need to redirect a > different page when I have several woapps off, I would like to jump > to a different page for different woapps. I tried modifying the > Redirection URL argument in both Adaptor settings for my Site in > JavaMonitor and Redirection URL in "Load balancing and adaptor > settings" also in Monitor restarted javaMonitor as well as > woservice but it doesn't work, I get the "The requested application > was not found on this server". > > Any ideas will be appreciated... perhaps I missed something? > > > -Carlos The "Redirection URL" thing doesn't work with Host List Configuration as configured by default in apache.conf -- but it does work with File Configuration. Does this help? -- Patrick