I 'm working with Jetspeed 1.5.  theres a subsection in the tutorial, where
you can disable the left-hand navigation:
leftnav.enable=false
this line is in the JetSpeedRessources.properties-file
 
Changing this statement (change from true to false), depoloy it and start
the tomcat again. 
After some refreshes (about 4times), all images are disabled beause, they
can't be found. If you have look in the sourcecode of the generated
HTML-Site, then you see a changed line (base href):
 
<html>
  <head>
    <base
href="http://127.0.0.1:8080/jetspeed/images/jetspeed-logo-1.5.gif";>
    <link href="/jetspeed/css/default.css" type="text/css" rel="stylesheet">
        <title> Default Jetspeed Page</title>
...
 
 
this base href-line was changed form  <base
href=http://127.0.0.1:8080/jetspeed/> to  <base
href="http://127.0.0.1:8080/jetspeed/images/jetspeed-logo-1.5.gif";> after
this 4 refreshes...!
 
Has anybody a reason, why it happens?
 

Reply via email to