<span style='font-family:Verdana'><span style='font-size:12px'>Hi Paul,<br /> 
<br /> 
That's exactly what I'm doing.<br /> 
<br /> 
application&nbsp;<br /> 
&nbsp; &nbsp; preferenceAt: #serverHostname put: 'my.domain1.com';<br /> 
&nbsp; &nbsp; preferenceAt: #serverPath put: '/'.<br /> 
<br /> 
and the same for my other domain.<br /> 
<br /> 
Now when I inspect my WASwazooAdaptor I only have one WAPluggableSite where I would suspect to have two or am I wrong here ?<br /> 
<br /> 
Should I register my application in a different way ?<br /> 
<br /> 
Pat<br /> 
<br /> 
<p style="margin:0px; padding:0px;" > 
        Ā </p> 
<blockquote style="border-left: 1px solid #CCC; padding-left: 5px; margin-left: 5px; margin-bottom: 0px; margin-top: 0px; margin-right: 0px;" type="cite"> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family:Verdana"><span style="font-size:12px">----- Original Message -----</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family:Verdana"><span style="font-size:12px">From: Paul DeBruicker</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family:Verdana"><span style="font-size:12px">Sent: 06/07/11 09:58 PM</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family:Verdana"><span style="font-size:12px">To: seaside@lists.squeakfoundation.org</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family:Verdana"><span style="font-size:12px">Subject: [Seaside] Re: Deploying Seaside on a Swazoo Server</span></span></p> 
        <br /> 
        <div> 
                <div> 
                        <pre style="white-space: pre-wrap; word-wrap: break-word; font-size:11;pre"> 
&gt; In reply to this post by Pat McDonald 
&gt; Hi Nick, 
&gt; 
&gt; Sorry but I don't get it :(. 
&gt; 
&gt; Let me explain a bit more. I have 2 small "private use" sites. I want to access them with their own domainname and that doesn't work. 
&gt; 
&gt; I can access them with my.domain1.com/domain1 and my.domain1.com/domain2 or my.domain2.com/domain1 and my.domain2.com/domain2, but using my.domain1.com or my.domain2.com just gets me the Welcome screen. I guess I must change the default of WADispatcher, but do I need to do this for both sites ? 
&gt; 
&gt; Pat 

Does setting  the #serverHostname preference for each application. e.g. 


For mydomain1 add this to your initialize method: 

application 
     preferenceAt: #serverHostname put: 'my.mydomain1.com'. 

And for mydomain2 add this to your initialize method: 

application 
     preferenceAt: #serverHostname put: 'my.mydomain2.com'. 

fix your issue? 


I've never tried what your doing, so am just guessing. 

Paul 

_______________________________________________ 
seaside mailing list 
seaside@lists.squeakfoundation.org 
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</pre> 
                </div> 
        </div> 
</blockquote> 
<p style="margin:0px; padding:0px;" > 
        Ā </p> 
</span></span>