Hi Olaf,

On Thu, 2013-11-28 at 19:32 +0100, Olaf Radicke wrote:
> But css is broken (or not found). I gat this in my logs:
...
> 2013-11-28 19:04:01.70135 [12884.2865625920] INFO tntnet.comploader - load
> library "tntnet"
> 2013-11-28 19:04:01.70156 [12884.2865625920] WARN tntnet.comploader - failed 
> to
> load library "./tntnet"

vaBlo uses the tntnet static component by default, see tnt/tntnet.xml:
    <mapurl>
      <target>static@tntnet</target>
      <url>^/static/(.*)</url>
      <pathinfo>static/$1</pathinfo>
    </mapurl>

Obviously the static component is not there, why? I don't know, it might
git renamed, searched at the wrong location or just broken, you'll neet
to check. Otherwise just compile the static contetn into an custom lib
and change the mapping, will work fine also but is less flexible. I do
not monitor unstable changes in tntnet much, as i'm more intrested in
stable releases and tend to update my code as soon as we enter RC phase
in tntnet, which is currently not the case.



> And the other thing is, I can't find any Docs about using this tool. For
> example: what is a "context"?

A context is something like a group of different types. The most obvious
example of course is the context "blog". Articles posted in "blog"
appear on the the main site and also in the default atom feed, while
articles posted in an other context do not, they might appear at
different location. "projects" on vtoc.de is an example, these sites are
just common articles but posted in an different context and thus do not
appear on the main site.



Regards,
Julian


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to