[Seaside] How to register application at /

Kai-Uwe Pielka webmail at pielka.de
Mon Jul 5 19:03:46 UTC 2010


Hello,

I'm running Pharo Seaside 3.0a and registered an application with:

	(WAAdmin register: self asApplicationAt: 'r')
 		addLibrary: PTDeploymentLibrary;
		addLibrary: SUDeploymentLibrary;
		addLibrary: CTLibrary.

This works if I call myServer.com/r

But now I would like to register an additional application at the root directory to access it by myServer.com or myServer.com/
Is this possible? If yes, how?

I tried:

	(WAAdmin register: self asApplicationAt: '')
 		addLibrary: PTDeploymentLibrary;
		addLibrary: SUDeploymentLibrary;
		addLibrary: CTLibrary.

But this does not work.

Thanks and Best Regards,
Kai-Uwe


More information about the seaside mailing list