I'd be happy to share my configs and hope to do so later this eve.

- Dave


On Sat, Oct 2, 2010 at 2:06 AM, Christopher Dodunski
<chrisfromsquir...@christopher.net.nz> wrote:
> Hi Dave,
>
> I added a <Context> element to server.xml, which I understand has the
> effect of giving Roller ROOT context.  Then restarted Tomcat.
>
>      <Host name="localhost"  appBase="webapps"
>            unpackWARs="true" autoDeploy="true"
>            xmlValidation="false" xmlNamespaceAware="false">
>
>        <!-- Added by me to give Roller ROOT context -->
>        <Context path="" docBase="roller" debug="0"/>
>
> Now, when you browse to http://www.optomus.com:8080, Roller presents the
> default frontpage blog (optomus).  Unfortunately, the original problem
> persists.
>
> It puzzles me that you have successfully implemented multi-domains.  Are
> you happy to share with me relevant sections of your configuration files,
> in case the problem is with my configuration?  Otherwise, I guess it's
> time to look at the source code.  For this to be fruitful, though, I need
> to gain a clearer understanding of what exactly is wrong with the URLs
> inside the HTML pages served (all URLs copied below).
>
> Regards,
>
> Chris.
>
>
>> It is possible that the multi-domain feature only works when Roller is
>> installed in the root context (i.e. '/' rather than '/roller'). If
>> possible could you try installing Roller at root instead of '/roller'?
>>
>> One way to do this is to put Roller in webapps/ROOT instead of
>> webapps/roller but there are other ways.
>>
>> - Dave
>>
>>
>>
>> On Fri, Oct 1, 2010 at 9:25 PM, Christopher Dodunski
>> <chrisfromsquir...@christopher.net.nz> wrote:
>>> Hi Dave,
>>>
>>> By "Absolute URL mode" I simply mean that I added the following
>>> directive
>>> to roller-custom.properties and restarted Tomcat.
>>>
>>>    weblog.absoluteurl.christopher=http://blog.christopher.net.nz
>>>
>>> I've made no changes in relation to this on my admin page.
>>>
>>> Regards,
>>>
>>> Chris.
>>>
>>>
>>>> What does "absolute URL mode" and "standard URL mode" mean? Is that
>>>> Apache HTTPD rewrite terminology?
>>>>
>>>> Do you have the "absolute URL to site" set in Roller's Server Admin
>>>> page?
>>>>
>>>> - Dave
>>>>
>>>>
>>>> On Fri, Oct 1, 2010 at 9:01 PM, Christopher Dodunski
>>>> <chrisfromsquir...@christopher.net.nz> wrote:
>>>>> Hi,
>>>>>
>>>>> I don't know whether this is of interest, but I've extracted all URLs
>>>>> from
>>>>> the HTML when running successfully in 'standard mode', and done the
>>>>> same
>>>>> when running unsuccessfully in 'absolute URL mode'.
>>>>>
>>>>> **Standard Mode: http://www.optomus.com:8080/roller/christopher/**
>>>>>
>>>>> /roller/roller-ui/yui/reset-fonts-grids/reset-fonts-grids.css
>>>>> /roller/roller-ui/yui/base/base-min.css
>>>>> http://www.optomus.com:8080/roller/christopher/page/style.css
>>>>> http://www.optomus.com:8080/roller/christopher/rsd
>>>>> http://www.optomus.com:8080/roller/christopher/feed/entries/atom
>>>>> http://www.optomus.com:8080/roller/christopher/feed/entries/rss
>>>>> http://www.optomus.com:8080/roller/christopher/feed/comments/atom
>>>>> http://www.optomus.com:8080/roller/christopher/feed/comments/rss
>>>>> http://www.optomus.com:8080/roller/roller-services/opensearch/christopher
>>>>> http://www.optomus.com:8080/roller/christopher/page/custom.css
>>>>> http://www.optomus.com:8080/roller/christopher/
>>>>> /roller/
>>>>> http://www.optomus.com:8080/roller/christopher/
>>>>> http://www.optomus.com:8080/roller/christopher/page/archives
>>>>> /roller/roller-ui/login-redirect.rol
>>>>> /roller/christopher/search
>>>>> http://www.optomus.com:8080/roller/christopher/feed/entries/atom
>>>>> http://www.optomus.com:8080/roller/christopher/resource/icons/feed-icon-28x28.png
>>>>> http://www.optomus.com:8080/roller/christopher/feed/entries/atom
>>>>> http://www.optomus.com:8080/roller/christopher/resource/icons/asf-logo.png
>>>>>
>>>>>
>>>>> **Absolute URL Mode: http://blog.christopher.net.nz/**
>>>>>
>>>>> /roller/roller-ui/yui/reset-fonts-grids/reset-fonts-grids.css
>>>>> /roller/roller-ui/yui/base/base-min.css
>>>>> http://blog.christopher.net.nz/christopher/page/style.css
>>>>> http://blog.christopher.net.nz/christopher/rsd
>>>>> http://blog.christopher.net.nz/christopher/feed/entries/atom
>>>>> http://blog.christopher.net.nz/christopher/feed/entries/rss
>>>>> http://blog.christopher.net.nz/christopher/feed/comments/atom
>>>>> http://blog.christopher.net.nz/christopher/feed/comments/rss
>>>>> http://blog.christopher.net.nz/roller-services/opensearch/christopher
>>>>> http://blog.christopher.net.nz/christopher/page/custom.css
>>>>> http://blog.christopher.net.nz/christopher/
>>>>> /roller/
>>>>> http://blog.christopher.net.nz/christopher/
>>>>> http://blog.christopher.net.nz/christopher/page/archives
>>>>> /roller/roller-ui/login-redirect.rol
>>>>> /roller/christopher/search
>>>>> http://blog.christopher.net.nz/christopher/feed/entries/atom
>>>>> http://blog.christopher.net.nz/christopher/resource/icons/feed-icon-28x28.png
>>>>> http://blog.christopher.net.nz/christopher/feed/entries/atom
>>>>> http://blog.christopher.net.nz/christopher/resource/icons/asf-logo.png
>>>>>
>>>>> Regards,
>>>>>
>>>>> Chris.
>>>>>
>>>>>
>>>>>> On Thu, Sep 30, 2010 at 10:56 PM, Christopher Dodunski
>>>>>> <chrisfromsquir...@christopher.net.nz>
>>>>>> 1) Why do I need to be messing with URL rewriting, when Roller
>>>>>> appears
>>>>>> to
>>>>>>> be doing this already by way of the above directive?
>>>>>>
>>>>>> I don't do any URL rewriting at all on my mutli-domain site. I don't
>>>>>> understand why you need it and, in fact, I think it is confusing
>>>>>> things.
>>>>>>
>>>>>>
>>>>>>> 2) If the CSS and page link URLs are incorrectly formed (seems they
>>>>>>> lead
>>>>>>> nowhere), then what exactly is wrong with them?
>>>>>>
>>>>>> The CSS URLs start with "/roller/roller-ui" are wrong. If you have
>>>>>> Roller installed at the ROOT context, then those URLs should start
>>>>>> with "/roller-ui/". There are some clues in your page that indicate
>>>>>> that you *are* running at the ROOT, so I don't understand the problem
>>>>>> here. I guess rewriting could be at fault, or a bug in the new
>>>>>> Fauxcoli theme that you are using (I use it too).
>>>>>>
>>>>>> - Dave
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>>
>>
>
>
>

Reply via email to