Thanks Eric, I think your reply will be very helpful. By the way, the settings I mentioned were from my server, where the problem is. I think too it has something to do with the server conf, not with the turbine app. But I have deployed other applications in the same server using velocity and they work fine and very stable. I will follow your advise carefully, but I am still wondering what could be there in turbine that exploits this missconfiguration in Tomcat?.
Thanks, Otto. ----- Original Message ----- From: "Eric Emminger" <[EMAIL PROTECTED]> To: "Turbine Users List" <[EMAIL PROTECTED]> Sent: Wednesday, December 11, 2002 5:41 PM Subject: Re: Turbine + Tomcat Peformance > Otto > > You may want to trim your module.packages line from > module.packages=com.instaservi.modules,com.instaservi.modules.screens,com.in staservi.modules.actions,com.sipecom.modules,com.sipecom.modules.screens,com .sipecom.modules.actions,org.apache.turbine.modules > to > module.packages=com.instaservi.modules,com.sipecom.modules,org.apache.turbin e.modules > > Other than that, if you didn't have any problems when running this same > app in the TDK, then I would look at the configuration of Tomcat on your > server. Does your server have a non-standard configuration? > > I have a fairly big Turbine app based on 2.2-rc2 and it works in both > the TDK and Tomcat 4.1.12 with only minor changes to server.xml and > web.xml. The default memory settings are fine so far. I think I had to > remove servlet.jar and servletapi-2.2.jar from the lib directory of my > app. > > Here's what I would do. > > Eliminate all possible variables. Run the app in the TDK on your > workstation again. Make sure the app works. Then, install Tomcat > (preferably 4.1.12) on your server with a standard setup from the Tomcat > docs. Add your app to the webapps directory. In the conf directory, you > should only have to edit server.xml and web.xml to get the app working. > You may have to remove servlet.jar and servletapi-2.2.jar from the lib > directory of your app. Once you know it works, you can change more > Tomcat settings to suit you. > > > TDK 2.2 > > Sybase (it has nothing to do with the database) > > Java SDK 1.4.0_01 > > Linux > > Are these settings for your workstation or server? > > Hope that helps you! > Eric > > -- > Eric Emminger > [EMAIL PROTECTED] > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
