Wow, that actually screwed it up pretty bad - after a first run through, all the nav links suddenly only returned my home page! So I fiddled some more and it seems if I leave the final /* off, it works as I would expect. If I used just the web server name, it didn't work...actually I tried quite a few different variations. But it seems to work with this:
http://my.public.webserver.name/magnoliaPublic Hope this helps. On Fri, 2005-07-22 at 16:39 -0500, Mick Smothers wrote: > Hmm...on the default install that key is blank. I tried several entries > - note my Tomcat instance is on a separate machine from my web server > and does not resolve on the public internet. I use mod_jk to forward to > Tomcat from Apache. > > So I fiddled with it for a while and finally got it to work by putting > the value "http://my.public.webserver.name/magnoliaPublic/*" Not sure if > that was what I was supposed to put there, but it worked. I'll test some > more. > > Thanks for the tip. > > On Fri, 2005-07-22 at 22:52 +0200, Sameer Charles wrote: > > check config/server/cache/level1/domain -> it should point to your own > > instance http://localhost..... > > > > - Sameer > > > > > > > > > > On Jul 22, 2005, at 10:33 PM, Mick Smothers wrote: > > > > > The first time I hit the page I get this in the magnolia-debug.log: > > > > > > INFO info.magnolia.cms.core.CacheHandler 22.07.2005 15:23:03 -- > > > Successfully cached URI [/home.html] > > > > > > then when I refresh or click on it in the nav bar again, there is no > > > additional log entry and the page comes up blank. When I append a bogus > > > arg to the URL, the page refreshes properly, no new log entry. If I try > > > to navigate back to the no-arg URL, blank window. So it seems to > > > definitely be a caching problem. > > > > > > I then went to the Admin Central, and changed > > > Config->server->cache->level1->active to "false" and all works again > > > (so > > > far, not heavily tested. > > > > > > Thanks for the pointer - is this a known problem and I just missed it? > > > Sorry if I didn't do enough research...I was anxious to load it up :-) > > > > > > On Fri, 2005-07-22 at 22:10 +0200, Boris Kraft wrote: > > >> On 22.07.2005, at 20:16, Mick Smothers wrote: > > >> > > >>> I seem to be having a weird problem with 2.1RC2 and was wondering if > > >>> anyone else is seeing it: after activating my content from my RC1 > > >>> instance to my newly running RC2 public instance, everything looks > > >>> great > > >>> until I go back to the same page a 2nd time. At that point NO content > > >>> is > > >>> displayed. It is repeatable with all my pages - I'm not sure why. To > > >>> duplicate for me is easy - click on the same page twice in the nav > > >>> bar > > >>> on the left, the 2nd time the page will be blank. Page source will > > >>> show > > >>> only the empty html and body tags. > > >> > > >> What are your logs ssaying? > > >> > > >> Can you verify that it is not a caching problem by appending an > > >> argument to your url when the page turns up blank? > > >> > > >> E.g. instead of localhost:8081/magnoliaAuthor/home.html use > > >> localhost:8081/magnoliaAuthor/home.html?bla=x > > >> If that works, turn off caching and report back. > > >> > > >> Or are you running in root context? > > >> > > >> Regards > > >> Boris Kraft > > >> --------------------------- > > >> Magnolia Content Management > > >> http://www.magnolia.info/ > > >> --------------------------- > > >> > > >> > > Mick Smothers > Minneapolis, MN USA > > > ---------------------------------------------------------------- > for list details see > http://www.magnolia.info/en/magnolia/developer.html > ---------------------------------------------------------------- Mick Smothers Minneapolis, MN USA ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
