[Seaside] Re: Bookmarkable urls

Dav lasmiste at gmail.com
Thu Oct 11 08:03:45 UTC 2012


Paul DeBruicker wrote
> I think starting an instance of the ZnZincServerAdaptor like this:
> 
> 	| adaptor |
> 	adaptor := ZnZincServerAdaptor startOn: 9091.
> 	adaptor default server register.
> 	adaptor default requestHandler: (WAAdmin defaultDispatcher handlers at: 
> 'myApp')
> 
> 
> Should, for that port (9091), direct all requests to your app,  bypass 
> the default WADispatcher, and fix your issues.

Hi Paul,
 It works. Every request goes to my app. 
Thanks
 Dave



--
View this message in context: http://forum.world.st/Bookmarkable-urls-tp4650731p4650770.html
Sent from the Seaside General mailing list archive at Nabble.com.


More information about the seaside mailing list