[JBoss-dev] [JBossWeb] - Re: Accessing files outside depolyed .EAR file

2004-06-26 Thread mrgarageman
Try turning allowLinking=true or similar function in your server setup. This function will allow you to open files outside servers directories and access them via web browser. Next, make a link to the folder you want to serve. If you have X turned on just right click on the folder that you

[JBoss-dev] [JBossWeb] - Re: Accessing files outside depolyed .EAR file

2004-06-14 Thread Bahman
All the necessary permissions have been given. We wish there was a way to tell the jetty/Jboss that a folder (not zip filez etc) is available and try fining the info there, if not then look in the container View the original post :

[JBoss-dev] [JBossWeb] - Re: Accessing files outside depolyed .EAR file

2004-06-11 Thread cooper
what is serving your images to the clients ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838479#3838479 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838479 --- This

[JBoss-dev] [JBossWeb] - Re: Accessing files outside depolyed .EAR file

2004-06-11 Thread Bahman
The product (a web based service) has many images which will be visible on the site, such as logo, buttons etc... These images are placed in a file called images. The EAR file now has to access this folder to get the necessary images. View the original post :

[JBoss-dev] [JBossWeb] - Re: Accessing files outside depolyed .EAR file

2004-06-11 Thread cooper
your ear contains a web component (servlet probably) that serve the images to the client. you should debug this servlet to see if it has access to this location or not View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838497#3838497 Reply to the post :