Re: ServletContext.getRealPath(string)

2001-02-07 Thread Craig R. McClanahan
Jason van Zyl wrote: > Hi, > > In Turbine I wanted to provide an easy way to give > all classes in a webapp easy access to the real > path to the webapp: someone on the Turbine list > mentioned that ServletContext.getRealPath(path) > is not required to be implemented. If this is > the case what i

ServletContext.getRealPath(string)

2001-02-07 Thread Jason van Zyl
Hi, In Turbine I wanted to provide an easy way to give all classes in a webapp easy access to the real path to the webapp: someone on the Turbine list mentioned that ServletContext.getRealPath(path) is not required to be implemented. If this is the case what is the best way to provide access to t