On Tue, Sep 14, 2010 at 6:21 PM, shivanic <shivani.chan...@gmail.com> wrote: > > Hello, > > We have already increased the max perm gen size - but that is not a > permanent solution. As in, if the count of jsp's in the application which is > already in a few thousands - increases twicefold - again the same problem > would arise. > > Hence, was looking for something similar to what Mark suggested - but in > version 5.x of tomcat. > > Thanks, > Shivani
Hmm thousands of jsp's takes a long time to write in my experience. Under how long an interval do you expect to double your thousands? Another question are the jsp's all very similar. Usually there is only a few overall page layouts in a normal project. Unless your project is very unusual if your expecting to write thousands more, It may imply there is a problem with your underlying architecture. Would it not be sensible to try in the future to encourage more code reuse within the team. I'm not saying your structure is wrong but I think you might want to take a look at it anyway. Please don't take offence at this statement. Wes --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org