Adding an Image as popup on hyperlink

I have addied an Image as a popup on a hyperlink that dynamically changes through a url from a DB, works fine. However the test images resided in the resource folder, when I changed the path to the actual folder with all the images (not in resource but within project folder) I get the following:

HTTP Status 404 - /SEC_ADMIN/AUP/AUPDC10006.jpg

- -

type Status report

message /SEC_ADMIN/AUP/AUPDC10006.jpg

description The requested resource (/SEC_ADMIN/AUP/AUPDC10006.jpg) is not available.

- -

Sun-Java-System/Application-Server

[578 byte] By [Shubash_Singha] at [2007-11-26 22:19:44]
# 1
Hi ,If you have the path correctly defined, try restarting the app server.Also, check this thread: http://forum.java.sun.com/thread.jspa?threadID=5062162
Rradhikaa at 2007-7-10 11:16:07 > top of Java-index,Development Tools,Java Tools...
# 2

Restarting did not work, I checked the path and it seems to be correct as far as the local folder path. I've changed the path for the hyper link as follows http://localhost:29080/project_folder/resources/image_folder

to

http://localhost:29080/project_folder/image_folder.

After doing this and restarting the results was the same.

Shubash_Singha at 2007-7-10 11:16:07 > top of Java-index,Development Tools,Java Tools...