It is very small, but .....



I have the following JetRes.properties, which is almost default settings.

::  ##########################################
::  # Jetspeed content publication           #
::  ##########################################
::  
::  content.root.url=/content
::  
::  <<< snipped >>>
::  
::  #########################################
::  # Navigation configuration              #
::  #########################################
::  
::  site.header.logo=/content/images/jetspeed-logo.gif
::  
::  site.header.welcome=Welcome to Jetspeed
::  
::  site.footer.logo=/content/images/feather.gif         <== Look!!!



When I access "http://my.brabra.host/jetspeed/jetspeed",
the footer logo image wasn't come up. 

The Apache wrote the followings in the log files;

access_log
::  "GET /jetspeed/jetspeed HTTP/1.1" 200 12067
::  "GET /content/images/feather.gif HTTP/1.1" 200 924
::  "GET /content/css/default.css HTTP/1.1" 304 -
::  "GET /content/images/jetspeed-logo.gif HTTP/1.1" 304 -
::  "GET /content/images/edit.gif HTTP/1.1" 304 -
::  "GET /jetspeed/jetspeed HTTP/1.1" 200 12097
::  "GET /content/images/max.gif HTTP/1.1" 304 -
::  "GET /content/images/topics/jetspeed.gif HTTP/1.1" 304 -
::  "GET /content/images/topics/apache.gif HTTP/1.1" 304 -
::  "GET /content/images/jetspeed-powered.gif HTTP/1.1" 304 -
::  "GET /content/content/images/feather.gif HTTP/1.1" 404 311    <== Look!!!
::  "GET /content/images/search/yahoo.gif HTTP/1.1" 304 -

error_log
::  File does not exist: /www/doc/content/content/images/feather.gif




When I specified 
  site.footer.logo=/../content/images/feather.gif
instead of
  site.footer.logo=/content/images/feather.gif

*FINE* !!!  The feather is displayed.



It seems to me that "site.header.logo" and "site.footer.logo" are
different way to concatinate with "content.root.url".

I would like to say that both ".logo" should be the same way.



My env:
Jetspeed 1.2b1
Linux(Slack7) / Apache 1.3.12 / ApacheJServ 1.1.1 / JDK 1.2.2 / JSDK 2.0

============================
Takao Abe
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to