[Seaside] Re: From www.mysite.com:8080/myapp to www.mysite.com

Philippe Marschall philippe.marschall at gmail.com
Thu May 10 07:40:44 UTC 2012


On Thu, May 10, 2012 at 7:57 AM, Dav <lasmiste at gmail.com> wrote:
> Hi Paul,
>  I can't get to to work. Following my code:
>
> | application |
> application := WADispatcher default handlerAt: 'myapp'.
>
> application
> preferenceAt: #serverProtocol put: 'http';
> preferenceAt: #serverHostname put: 'localhost';
> preferenceAt: #serverPort put: 8080;
> preferenceAt: #serverPath put: '/'

WADispatcher default defaultName: 'myapp'

Cheers
Philippe


More information about the seaside mailing list