I don't know if this applies to t2.2 or tdk2.2. But if I remember correctly, the jars in the t2.1 and tdk2.1 were slightly different and as well as the number of jars so you might want to double check them to ensure you've got a good working set (btw, my skeleton app has a good working set but it's for t2.1).
Also, if I remember correctly, if you included the servlet.jar (from tomcat4) in your_web_app/web-inf/lib directory then that might cause problems too. Setting autoreload to true on tomcat 4.0.x doesn't cause problems for start up, it only affects you when you recompile your webapp. If you use Sun's jdk then after a while you'll have sufficient memory leak to cause the outofmemoryerror crash. This is reproducible on my win xp and nt4sp6 development boxes. I get the crash at about the 10th time the webapp is reloaded. For those who are interested, turbine apps seem to have a longer load up time on tomcat 4.x than on jetty (the version coupled with jboss 3.0.x)...though I've not yet tested this, just from observation at the moment. Hope this helps.. Regards, Dan On Thu, 12 Dec 2002, Otto Cordero wrote: > Thanks Eric, > > By the way, I am developing on the server directly (I know, I know...), and > I have the autoreload set to true. Probably this could be related to the > problem. I am just making up some theories... :) > > Thanks again. > > Otto. > > ----- Original Message ----- > From: "Eric Emminger" <[EMAIL PROTECTED]> > To: "Turbine Users List" <[EMAIL PROTECTED]> > Sent: Thursday, December 12, 2002 11:08 AM > Subject: Re: Turbine + Tomcat Peformance > > > > Otto > > > > I hope that helps! That's my usual approach to getting anything to work. > > :) > > > > > 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?. > > > > Hmm. That's an interesting point. I don't know much. I do know that > > several months ago, I tried to get a Turbine app to work in Tomcat on > > Windows, and I experieced a similarly long startup time. Of course, I > > knew even less at that time than I do now, which still isn't that much! > > > > 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]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
