Hi,
 
I have to make large pdf-s in servlets, and I'm using ByteArrayOutputStream. But if it grows too big, I get this error log:
 
RecordNumber: 5794   BAOS:16017544 <--this is the ByteArrayOutputStream
 
2002-10-11 12:21:28 - Ctx() : Exception in R(  + /servlet/j047.j047serv + null) - java.lang.OutOfMemoryError
 <<no stack trace available>>
How could I solve this problem? I think this is maybe my Tomcat's problem... maybe not.
 
Any help would be helpful!
 
Joe

Reply via email to