I just moved my application to the latest version of Seaside on VW 7.4.1. I
was using an older version from around June or so. My app starts in the browser okay, but if I click on anything (even links in the tools frame) it immediately takes me to the readme.html page. I'm baffled. :-/ -Carl Gundel, author of Liberty BASIC http://www.libertybasic.com _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On 27 Oct 2006, at 16:21 , Carl Gundel wrote: > I just moved my application to the latest version of Seaside on VW > 7.4.1. I > was using an older version from around June or so. My app starts > in the > browser okay, but if I click on anything (even links in the tools > frame) it > immediately takes me to the readme.html page. I'm baffled. :-/ > Carl, did you rebuild your image or did you load the latest Seaside on top of the older ? _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
From: "Michel Bany" <[hidden email]>
> On 27 Oct 2006, at 16:21 , Carl Gundel wrote: > > I just moved my application to the latest version of Seaside on VW > > 7.4.1. I > > was using an older version from around June or so. My app starts > > in the > > browser okay, but if I click on anything (even links in the tools > > frame) it > > immediately takes me to the readme.html page. I'm baffled. :-/ > > Carl, did you rebuild your image or did you load the latest Seaside > on top > of the older ? I installed VW 7.4.1 clean and installed everything from scratch. Both times I installed Seaside it was on a new image with only Store and some dev tools loaded. Anyways, as I said it all seems good now. :-) I wish I could figure out how to get the VW web server to map my application URL down to the root, like http://www.myapp.com. Any ideas? -Carl Gundel, author of Liberty BASIC http://www.libertybasic.com _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
> I wish I could figure out how to get the VW web server to map my
> application > URL down to the root, like http://www.myapp.com. Any ideas? > There is a parcel named SeasideShortPath on the VW CD, folder contributed/Seaside/BonusPack. I think this could help. Michel. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Carl Gundel
We always proxy the application behind the apache proxy and use URL
rewrite to hide the extra parts. Reason why I would suggest doing something like that is that it leaves you with an option to set up aliases in apaches for other locations, say /images and /css and serve the static files without going to Seaside which Apache is very good at. In development, of course, those locations are still resolved by Seaside, but shortcircuited in production by Apache. Let me know if you're interested in more details and I could write up a quick guide with snippets. Hope this helps, -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Carl Gundel Sent: Friday, October 27, 2006 9:31 AM To: The Squeak Enterprise Aubergines Server - general discussion. Subject: Re: [Seaside] [VW7.4.1]Problem migrating to latest From: "Michel Bany" <[hidden email]> > On 27 Oct 2006, at 16:21 , Carl Gundel wrote: > > I just moved my application to the latest version of Seaside on VW > > 7.4.1. I > > was using an older version from around June or so. My app starts > > in the > > browser okay, but if I click on anything (even links in the tools > > frame) it > > immediately takes me to the readme.html page. I'm baffled. :-/ > > Carl, did you rebuild your image or did you load the latest Seaside > on top > of the older ? I installed VW 7.4.1 clean and installed everything from scratch. Both times I installed Seaside it was on a new image with only Store and some dev tools loaded. Anyways, as I said it all seems good now. :-) I wish I could figure out how to get the VW web server to map my application URL down to the root, like http://www.myapp.com. Any ideas? -Carl Gundel, author of Liberty BASIC http://www.libertybasic.com _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Carl, see,
http://leftshore.wordpress.com/2006/10/27/hint-setting-up-apache-proxy-f or-your-seaside-host/ http://tinyurl.com/yyc8oz (same link but shorter) Ask away if you have any questions, certainly this isn't the most comprehensive guide of all. Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: Carl Gundel [mailto:[hidden email]] Sent: Friday, October 27, 2006 10:57 AM To: Boris Popov Subject: Re: [Seaside] [VW7.4.1]Problem migrating to latest Hi Boris, Yes I certainly am interested if there's no simpler way to do it. Thanks. -Carl Gundel, author of Liberty BASIC http://www.libertybasic.com ----- Original Message ----- From: "Boris Popov" <[hidden email]> To: "The Squeak Enterprise Aubergines Server - general discussion." <[hidden email]> Sent: Friday, October 27, 2006 1:22 PM Subject: RE: [Seaside] [VW7.4.1]Problem migrating to latest We always proxy the application behind the apache proxy and use URL rewrite to hide the extra parts. Reason why I would suggest doing something like that is that it leaves you with an option to set up aliases in apaches for other locations, say /images and /css and serve the static files without going to Seaside which Apache is very good at. In development, of course, those locations are still resolved by Seaside, but shortcircuited in production by Apache. Let me know if you're interested in more details and I could write up a quick guide with snippets. Hope this helps, -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Carl Gundel Sent: Friday, October 27, 2006 9:31 AM To: The Squeak Enterprise Aubergines Server - general discussion. Subject: Re: [Seaside] [VW7.4.1]Problem migrating to latest From: "Michel Bany" <[hidden email]> > On 27 Oct 2006, at 16:21 , Carl Gundel wrote: > > I just moved my application to the latest version of Seaside on VW > > 7.4.1. I > > was using an older version from around June or so. My app starts > > in the > > browser okay, but if I click on anything (even links in the tools > > frame) it > > immediately takes me to the readme.html page. I'm baffled. :-/ > > Carl, did you rebuild your image or did you load the latest Seaside > on top > of the older ? I installed VW 7.4.1 clean and installed everything from scratch. Both times I installed Seaside it was on a new image with only Store and some dev tools loaded. Anyways, as I said it all seems good now. :-) I wish I could figure out how to get the VW web server to map my application URL down to the root, like http://www.myapp.com. Any ideas? -Carl Gundel, author of Liberty BASIC http://www.libertybasic.com _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |