Seaside-Platform


Seaside-Platform Comment
Seaside2Info

SeasidePlatformSupport

SeasideVWInfo

WAKom
I provide an adapter between Seaside and the Comanche web server. To start a new server on port 8080, evaluate

	WAKom startOn: 8080.
	
and to stop it, evaluate

	WAKom stop.
	
The state of the service (running or stopped) is automatically restored when quitting and reopening an image.

If you want to reset the password of the config application (reachable at /seaside/config) evaluate

	WADispatcherEditor initialize.

^top


- made by Dandelion -