[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 : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[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 : http://www.jboss.org/index.html

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

2004-06-11 Thread Bahman
Hi All! We have Production on RH 9 using JBoss 3.0.8. development is done on win2000 When on Win2000: We create a .EAR file where images folder is left outside the deployed .EAR file. On start, application reads a prperty file and knows where the images folder is placed. (eg. C:/myprojec