[Seaside] How to register application at /

Bob Arning arning at charm.net
Mon Jul 5 19:44:22 UTC 2010


Perhaps

	WAAdmin defaultDispatcher defaultName: 'yourAppName'

Cheers,
Bob

On Jul 5, 2010, at 3:03 PM, Kai-Uwe Pielka wrote:

> 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_______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list