Deployment of enterprise app with external resources (binary file)

Hi. Where do I configure/add external resources (such as a text or binary file) in an enterprise app so that they will also be deployed to a WebSphere Express server? Should they be added to the enterprise app at all, or should they simply be moved up to a server directory? (I am trying to avoid a hardcoded file path in my servlet.)

I could use a properties file, but I was wondering if there is something in one of the deployment descriptor settings that would help me out?

I need one of my servlets to stream in this external binary file after the enterprise app has been deployed to a WebSphere Express server.

Thank you.

[651 byte] By [fee_fie_fo_fuma] at [2007-10-1 23:42:14]
# 1
Normally, the context of the bin directory or the WASHOME will be the startup directory for the server. If you use File IO without a path it will pick it up from this directory. so u can place the file in this directory so that ur Servlet can stream the file.
pazhanikanthana at 2007-7-15 15:32:34 > top of Java-index,Enterprise & Remote Computing,AVK Portability...