| Author |
Image Loading
|
Thameem Aliyar
Ranch Hand
Joined: Oct 11, 2011
Posts: 42
|
|
I had done a demo application using jsp. And i tried to display some images which is located in the server folder. It has done by using the IP address path of that image folder.. It has been success full in IE. But it doesn't get displayed in chrome and Mozilla. What's the problem with the functionality. Kindly send me a feasible solution.
Thanking you in advance.
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50691
|
|
|
You should be using server-relative addressing fro you resources (like images) that start with the context path. See the JspFaq for more details.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Image Loading
|
|
|