Changing root path of seaside to something other than /seaside/go/mywebapp

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

Changing root path of seaside to something other than /seaside/go/mywebapp

Rick Flower
Hi all.. I'm playing games with reverse proxies and found one that is
easy to configure, but I don't believe it allows address rewriting like
Apache does.. To that end, I'm wondering if I've got a static Seaside
image that runs as part of a VW environment, has anyone tried forcing
the internal web server that spits out Seaside pages to have an address
of "/" instead of "/seaside/go/mywebapp"?  I would assume that if this
is possible most URLs would look something like
"localhost:8008/?_s=NNNNN..." or similar instead of
"localhost:8008/seaside/go/mywebapp/?_s=NNNNN...".

So, is this possible and if so how?  Is this a matter of closing down
the internal VW web server and using vanilla Kom instead with some tweaks?

Also -- if this is more oriented towards VW and not really Seaside
specific, then I'll be happy to pester the VW folks..

Thanks!

-- Rick


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

Re: Changing root path of seaside to something other than /seaside/go/mywebapp

Michel Bany-3

>
> So, is this possible and if so how?  Is this a matter of closing down
> the internal VW web server and using vanilla Kom instead with some
> tweaks?
>
You ma want to try with the parcel named "SeasideShortPath".
It is located in the Seaside/BonusPack folder and comes on the
distribution CD.
Then you can go either to
    http://localhost:8008/counter
or
    http://localhost:8008/seaside/go/counter

> Also -- if this is more oriented towards VW and not really Seaside
> specific, then I'll be happy to pester the VW folks..
>
This is VW specific.

HTH,
Michel.

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