> -----Original Message----- > From: Robles, Rogelio [mailto:[EMAIL PROTECTED] > > The first solution that I found, which I haven't had the time > to test it but I want to share what I found, is that we need to replace > the javax.ServletContext.getRealPath() calls by > javax.ServletContext.getResource() or > javax.ServletContext.getResourceAsStream() as needed in > org.apache.turbine.Turbine. >
It can be possible to load the TR.props file as a stream, commons configuration supports that, but then I ignore how this impacts the loaders of resources like Velocity layouts, screens, and Log4j that needs an output dir. :-\ Rogelio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
