h();
baos.close();
String strStuff = baos.toString();
Jeff
- Original Message -
From: "Barry BURNEREAU" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 14, 2004 8:40 AM
Subject: Geting a file in WEB-INF from a web service
> Hello
>
> I
Message -
From: "Barry BURNEREAU" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 14, 2004 8:40 AM
Subject: Geting a file in WEB-INF from a web service
> Hello
>
> I'm adding some web service to an existing webapp written with servlet.
>
Hello
I'm adding some web service to an existing webapp written with servlet.
There is a configuration file in the web-inf directory. I'd like to read
this configuration file in the web service.
In the servlet, I use servletcontext.getResourceAsStream(path).
How could i do similar thing in the