[Seaside] Configuration

Dmitry Dorofeev dima-sender-3c337a at yasp.com
Wed Nov 16 14:48:41 CET 2005


Hi All,

In things like WASystemConfiguration is there a way to know the application name
of the configuration we are in ?

I want to setup some disk paths in the way like

'SomeCommonPrefix/AppName/restricted'

So Squeak image may run many applications under different names (/seaside/app1, /seaside/app2 etc)
and each running app store it's information into separate place on disk i.e.:

SomeCommonPrefix/app1/restricted
SomeCommonPrefix/app2/restricted

etc.

WACurrentSession value application name gives 'config' which is correct, but not what i need ;-)

Thanks,

-Dmitry


More information about the Seaside mailing list