[Question] How do I change 'seaside' in the URL to 'myapp'?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Question] How do I change 'seaside' in the URL to 'myapp'?

hhs@lexdb.net
Hello

The following question might be a frequently asked one. However I did not
find it on the list: http://www.seaside.st/documentation/faq/

I would like to change the URL
   http://localhost:8080/seaside

to be

   http://localhost:8080/myapp

?

How do I do that?

Thank you for the answer in advance.

Hannes Hirzel


--------------------------------------------------------------------
myhosting.com - Premium Microsoft® Windows® and Linux web and application
hosting - http://link.myhosting.com/myhosting


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [Question] How do I change 'seaside' in the URL to 'myapp'?

Philippe Marschall
2008/11/4 [hidden email] <[hidden email]>:

> Hello
>
> The following question might be a frequently asked one. However I did not
> find it on the list: http://www.seaside.st/documentation/faq/
>
> I would like to change the URL
>   http://localhost:8080/seaside
>
> to be
>
>   http://localhost:8080/myapp
>
> ?
>
> How do I do that?

WADispatcher default setName: 'myapp'

Cheers
Philipppe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside