properties-file not taken with deploy
hi,i have a loveley j2ee-application.but when i deploy my application, only classes are to be seen,although i have some Resource.properties files.why are they not taken with the deployment and how can i solve this problem.thanx,T.
[286 byte] By [
705785] at [2007-11-25 8:39:01]

I guess you did not package the properties file properly.
The structure for packaging proerties file in war is
WEB-INF
-classes
-lib
Reource.proerties
Please refer the packaging samples in the samples directories of the application server to find how properties files are bundled