You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by timothy <ti...@strategus.com.hk> on 2001/12/28 09:43:16 UTC

read/write files for /WEB-INF/data

Hi expert

   i am new in tomcat.  
i want to create an application by using tomcat. 
inside the application i want to write/read some files to/from   /WEB-INF/data by using some helper class
my problem is that the helper class cannot have information about the ServletContext.

do anyone have suggestion to do this  without pass ServletContext to the helper class as variable?
if i need to pass the ServletContext, what is the suitable way to do this?

>From Timothy