Just found out... here is the piece of code that does it :
@Inject
private Context context;

...
context.getRealFile("/META-INF/MANIFEST.MF")
...

Hugues



On Fri, Nov 14, 2008 at 10:42 AM, Hugues Narjoux <[EMAIL PROTECTED]>wrote:

> Hi,
> I am trying to read the manifest file of my T5 web app. Therefore I am
> looking for the equivalent of the :
> pageContext.getServletContext().getRealPath("/META-INF/MANIFEST.MF")
>
> .. method, which I am not able to find.. Is there a way to do this in Tap 5
> ?
>
> Thx
>
> Hugues
>
>

Reply via email to