You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by je...@jakarta.apache.org on 2004/07/14 07:15:39 UTC

[jira] Created: (JS1-505) Images not showing

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JS1-505

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JS1-505
    Summary: Images not showing 
       Type: Bug

     Status: Unassigned
   Priority: Blocker

    Project: Jetspeed
   Versions:
             1.5

   Assignee: 
   Reporter: Khemchand Sachdeva

    Created: Tue, 13 Jul 2004 10:14 PM
    Updated: Tue, 13 Jul 2004 10:14 PM
Environment: Jetspeed 1.5, Tomcat 5.0.24

Description:
In the file JetspeedResrouces.properties we have put a gif file to be shown as header as below 
--------------------- 
topnav.logo.file=images/ShowCustomerLogo.gif 
--------------------- 
Documentation says that this path would be resolved relative to the web application root(http://portals.apache.org/jetspeed-1/tutorial/1/logo.html). 
So ideally it should always resolve to 
http://hostname:port/jetspeed/images/ShowCustomerLogo.gif 

But when we login to Jetspeed, sometimes this image does not come and it shows up as unavailable. 

If we check the URL of the image from the HTML source code it shows up as 
http://localhost:8080/jetspeed/images/images/ShowCustomerLogo.gif 
instead of 
http://localhost:8080/jetspeed/images/ShowCustomerLogo.gif 

There is an extra images folders in between which is causing the problem. 

It is a very serious issue for us as we are approaching our delivery date and we are not able to get any workaround for this. 

Could you please take this up as a high priority issue. 

Thanks and Regards 
Khem 


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


[jira] Commented: (JS1-505) Images not showing

Posted by "Justin Sadowski (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS1-505?page=comments#action_12332488 ] 

Justin Sadowski commented on JS1-505:
-------------------------------------

I'm having this same issue.  It happens intermittently -- the portal will seem to work fine, and then suddenly the images will all be broken.  I think you are right that it is related to the base url, but I don't think it's a configuration problem.  Doing a "view source" from a web browser, the base is normally:

    <base href="http://localhost:8080/jetspeed/">

which looks good.  When I encounter the image problem, the base is:

    <base href="http://localhost:8080/jetspeed/images/myLogo.gif">

This seems like it has to be a jetspeed bug; somehow the logo image is being used as the base for the page, which can't be right.

 Thanks,

Justin


> Images not showing
> ------------------
>
>          Key: JS1-505
>          URL: http://issues.apache.org/jira/browse/JS1-505
>      Project: Jetspeed
>         Type: Bug
>     Versions: 1.5
>  Environment: Jetspeed 1.5, Tomcat 5.0.24
>     Reporter: Khemchand Sachdeva
>     Priority: Blocker

>
> In the file JetspeedResrouces.properties we have put a gif file to be shown as header as below 
> --------------------- 
> topnav.logo.file=images/ShowCustomerLogo.gif 
> --------------------- 
> Documentation says that this path would be resolved relative to the web application root(http://portals.apache.org/jetspeed-1/tutorial/1/logo.html). 
> So ideally it should always resolve to 
> http://hostname:port/jetspeed/images/ShowCustomerLogo.gif 
> But when we login to Jetspeed, sometimes this image does not come and it shows up as unavailable. 
> If we check the URL of the image from the HTML source code it shows up as 
> http://localhost:8080/jetspeed/images/images/ShowCustomerLogo.gif 
> instead of 
> http://localhost:8080/jetspeed/images/ShowCustomerLogo.gif 
> There is an extra images folders in between which is causing the problem. 
> It is a very serious issue for us as we are approaching our delivery date and we are not able to get any workaround for this. 
> Could you please take this up as a high priority issue. 
> Thanks and Regards 
> Khem 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org