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

Dav lasmiste at gmail.com
Thu May 10 05:57:50 UTC 2012


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: '/'

If I point my browser to http://localhost:8080 I don't see my app but the
welcome to seaside home.
Hints?

Cheers
Dave

--
View this message in context: http://forum.world.st/From-www-mysite-com-8080-myapp-to-www-mysite-com-tp4621122p4622584.html
Sent from the Seaside General mailing list archive at Nabble.com.


More information about the seaside mailing list