Re: Application front door URL
Paul Lynch <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
If you have access to the WORequest, it has various methods to provide parts of the url/uri. applicationPrefix(), applicationName (), uri(), etc. I don't think there is an accessor provided for the host name part. Paul On 21 Feb 2006, at 09:03, Markus Ruggiero wrote: > Probably simple, but I cannot find an answer: How can an > application find out its own front door url? (/cgi-bin/WebObjects/ > MyApplication), be it direct action or component action.