Open pdebruic opened 2 years ago
Load Seaside in GS, along with the Gs Application Tools
Change ZnSeasideNewGemServer>>#serverClass to
ZnSeasideNewGemServer>>#serverClass
serverClass ^WAGsZincStreamingServerAdaptor
define WAGsZincStreamingServerAdaptor>>#defaultZnServer as
WAGsZincStreamingServerAdaptor>>#defaultZnServer
defaultZnServer ^ ZnGemServerManagingMultiThreadedServer on: self port
in tODE start the server with
mount @/sys/stone/dirs/Seaside3/tode /home seaside /home/seaside/gemServer --register=seaside --type=zinc --port=8001 /home/seaside/gemServer --start=seaside
in a browser open 127.0.0.1:8001 & see the seaside welcome screen
127.0.0.1:8001
click the link for the Counter
instead of seeing the Counter, see the Seaside welcome screen.
Changing ZnSeasideNewGemServer>>#serverClass back to WAZincNewGemServerAdaptor and everything works fine
WAZincNewGemServerAdaptor
Not every request, just HTML requests. Not CSS/images/JS file library requests.
Load Seaside in GS, along with the Gs Application Tools
Change
ZnSeasideNewGemServer>>#serverClass
todefine
WAGsZincStreamingServerAdaptor>>#defaultZnServer
asin tODE start the server with
in a browser open
127.0.0.1:8001
& see the seaside welcome screenclick the link for the Counter
instead of seeing the Counter, see the Seaside welcome screen.
Changing
ZnSeasideNewGemServer>>#serverClass
back toWAZincNewGemServerAdaptor
and everything works fine