As javac has some memory leaks that affect the cbefore 1.4.1 it's an option to use jikes instead if you can't upgrade to JDK 1.4.1. (There may be many reasons for that). Beside solving the memory problem Jikes will not affect the performance of your application significant.
> -----Original Message----- > From: Felipe Schnack [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 20, 2002 12:06 PM > To: Tomcat Users List > Subject: RE: in search of more efficient design > > > Why use jikes? It would make any difference to the final performance > of my application? > > > > If you are using a JDK > 1.2.* and < 1.4.1 you should do > > one of the following: > > - upgrade to 1.4.1 > > - use precompiled jsp's > > - use jikes to complie the pages > > - Just restart tomcat after all jsp have been compiled > > This is not a medium term solution, but may be approriate > > to isolate the resource leaks > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
