Shorter URLs for Squeak

2 messages Options
Embed this post
Permalink
John Borden

Shorter URLs for Squeak

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
Hi Group,
Can Squeak seaside server up something like http://localhost:8080/pier or http://localhost:8080/ instead of http://localhost:8080/seaside/pier (I don't want the seaside, setting pier as the root default is an improvement, but not the solution)?  Cincom has SeasideShortPath which appears to do this (see http://www.seaside.st/documentation/faq/how-to#264399711), has this been ported to Squeak?

Thanks,
John

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Lukas Renggli

Re: Shorter URLs for Squeak

Reply Threaded More More options
Print post
Permalink
> Can Squeak seaside server up something like http://localhost:8080/pier
> or http://localhost:8080/ instead of http://localhost:8080/seaside/pier (I
> don't want the seaside, setting pier as the root default is an improvement,
> but not the solution)?

We normally do that with Apache, see
<http://www.piercms.com/doc/deploy> for a tutorial.

Another possibility is to replace WADispatcher default to directly
return your application.

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki