<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Re: [Seaside] Seaside 2.8 port override not overriding</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>So if I understand correctly, seaside is printing 8008 right in the html for you? If so, there's got to be a way to search for all references to that number in your image to see where it was configured this way. Normally seaside apps couldn't care less what internal port numbers they are on as you can have dozens and hundreds of them, but they do want to know how to render externally accessible URLs hence the server protocol and port settings. The other simple way to debug this would be to step though one of the links where they are being rendred to find where 8008 is coming from.<BR>
<BR>
Cheers!<BR>
<BR>
-Boris<BR>
(Sent from a BlackBerry)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: Seaside - general discussion &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Tue Jul 31 07:31:56 2007<BR>
Subject: Re: [Seaside] Seaside 2.8 port override not overriding<BR>
<BR>
Hi Boris,<BR>
<BR>
I tried this and unfortunately I am getting the same result - i.e. it<BR>
has no effect on the outcome.<BR>
<BR>
Thanks,<BR>
John.<BR>
<BR>
John Thornborrow wrote:<BR>
&gt; Hi Boris, thanks I'll give that a try. Is that on WAKom, or on my root<BR>
&gt; component?<BR>
&gt;<BR>
&gt; John<BR>
&gt;<BR>
&gt; Boris Popov wrote:<BR>
&gt;&gt; This works in 2.8 for me on VisualWorks,<BR>
&gt;&gt;<BR>
&gt;&gt; (self registerAsApplication: 'online')<BR>
&gt;&gt;&nbsp; preferenceAt: #serverProtocol put: #http;<BR>
&gt;&gt;&nbsp; preferenceAt: #serverPort put: 80;<BR>
&gt;&gt;&nbsp; yourself<BR>
&gt;&gt;<BR>
&gt;&gt; or when deploying,<BR>
&gt;&gt;<BR>
&gt;&gt; (self registerAsApplication: 'online')<BR>
&gt;&gt;&nbsp; preferenceAt: #serverProtocol put: #https;<BR>
&gt;&gt;&nbsp; preferenceAt: #serverPort put: 443;<BR>
&gt;&gt;&nbsp; yourself<BR>
&gt;&gt;<BR>
&gt;&gt; Application itself runs on 7777, 7778, etc and is proxied by Apache in<BR>
&gt;&gt; front.<BR>
&gt;&gt;<BR>
&gt;&gt; Hope this helps,<BR>
&gt;&gt;<BR>
&gt;&gt; Cheers!<BR>
&gt;&gt;<BR>
&gt;&gt; -Boris<BR>
&gt;&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; Pinesoft Computers are registered in England, Registered number:<BR>
&gt; 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts,<BR>
&gt; EN8 7EA<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; This message has been scanned for viruses by BlackSpider MailControl -<BR>
&gt; www.blackspider.com<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; Seaside mailing list<BR>
&gt; Seaside@lists.squeakfoundation.org<BR>
&gt; <A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
_______________________________________________<BR>
Seaside mailing list<BR>
Seaside@lists.squeakfoundation.org<BR>
<A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
</FONT>
</P>

</BODY>
</HTML>