On 10/2/01 9:39 AM, "Christian GARDERES" <[EMAIL PROTECTED]> wrote:
> > We recently had to test the JEE reality on a SilverStream application > server... > So we created a war archive (full of all your nice code) and tried to > deploy it. What a bad idee ;-( > > It seems that turbine and velocity, dont accomodate very well with a > system that puts all its ressources in a database. > > ServletContext.getRealPath returns null on silverstream so we added the > 'basedir' init param to the turbine servlets. Then > TurbineVelocityService complained with this message "Velocity runtime > log file is misconfigured: 'null' is not a valid log file" and several > other classnotfound exception. > > Has anybody tried to run turbine on a application server that doesn't > rely on a filesystem? You are trying to run your application directly from the WAR archive without unpacking it? If so you won't get very far with Turbine 2.x as it is completely based on working from the filesystem. > Any idea would be a great help for us. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl http://tambora.zenplex.org http://jakarta.apache.org/turbine http://jakarta.apache.org/velocity http://jakarta.apache.org/alexandria http://jakarta.apache.org/commons --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
