In which way is HiveMind involved?
What do you expect hivemind to do with the file?

Achim

Am Tue, 12 Jul 2005 11:10:31 +0000 schrieb Stanczak Group <[EMAIL PROTECTED]>:

I've written a servlet with HiveMind and Tapestry that needs to load a
file for parsing. Usually I would do this:

context.getServlet().getServletContext().getResourceAsStream("filename");

I've tried just using the:

this.getClass().getResourceAsStream("filename");

But I can't seem to get that to work and the first method references the
servlet. What's the proper way to do this the HiveMind way? Thanks.




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

Reply via email to