• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Files not found in image directory

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I installed Jforum under tomcat 6 desigened a new logo by the name logo.gif and copied it ti the image directory.
when i browse to the image it gives me error 404 file not found. other images like the origenal logo.jpg is found.
What am i doing wrong

Best regards,


Sven
[originally posted on jforum.net by Drnobody1]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Drnobody1 wrote:I installed Jforum under tomcat 6 desigened a new logo by the name logo.gif and copied it ti the image directory.
when i browse to the image it gives me error 404 file not found. other images like the origenal logo.jpg is found.
What am i doing wrong

Best regards,


Sven


Does the new file have the correct permissions/owner set? What is the path you used for the image directory?
[originally posted on jforum.net by GatorBait3]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

GatorBait3 wrote:

Drnobody1 wrote:I installed Jforum under tomcat 6 desigened a new logo by the name logo.gif and copied it ti the image directory.
when i browse to the image it gives me error 404 file not found. other images like the origenal logo.jpg is found.
What am i doing wrong

Best regards,


Sven


Does the new file have the correct permissions/owner set? What is the path you used for the image directory?



Permissions/owner set what do you mean?
[originally posted on jforum.net by Drnobody1]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Drnobody1 wrote:

GatorBait3 wrote:

Drnobody1 wrote:I installed Jforum under tomcat 6 desigened a new logo by the name logo.gif and copied it ti the image directory.
when i browse to the image it gives me error 404 file not found. other images like the origenal logo.jpg is found.
What am i doing wrong

Best regards,


Sven


Does the new file have the correct permissions/owner set? What is the path you used for the image directory?



Permissions/owner set what do you mean?


Does the app server have permissions to your new file? Are you using Windows or Linux? Where did you put the new logo file?

[originally posted on jforum.net by GatorBait3]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also, Tomcat URL's are case sensitive. So make sure the case of the file matches the case of the request. E.g. if the file is LOGO.gif in the file system, it won't match the a url with logo.gif in it.
[originally posted on jforum.net by monroe]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok thank you it was the case sensetive thing
[originally posted on jforum.net by Drnobody1]
 
Won't you be my neighbor? - Fred Rogers. tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic