1.  the META-INF directory should be under the webapp root, not a WEB-INF
subdirectory;

2.  read the file into an action class with java.io.FileReader, set the
object in some scope, and display it in a JSP with a <bean:write/>.

Mark

-----Original Message-----
From: Martin Gross [mailto:[EMAIL PROTECTED]
Sent: Friday, October 10, 2003 7:13 AM
To: Struts Users Mailing List
Subject: How to read contents of MANIFEST.MF


I would like to read the content of /WEB-INF/META-INF/MANIFEST.MF file
by a struts based application. Does anybody have an example how to do
it? The only references I found are only for jar files.

 TIA,
 Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to