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

Dav lasmiste at gmail.com
Thu May 10 06:55:31 UTC 2012


I made another try, but it does not work.

To reproduce it:
* download seaside oneclickexperience
http://www.seaside.st/distributions/Seaside-3.0.7-OneClick.zip
* open a workspace and evaluate:

application := WADispatcher default handlerAt: 'browse'.
application
preferenceAt: #serverProtocol put: 'http';
preferenceAt: #serverHostname put: 'localhost';
preferenceAt: #serverPort put: 8080;
preferenceAt: #serverPath put: '/'

* point your browser to localhost:8080
* you won't see the "browse" home but the standard "welcome" home

I'm going to open a bug to seaside.
Dave

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


More information about the seaside mailing list