Re: 32 Ko limitation in JRun ?

1999-06-26 Thread Costin Manolache
I have no ideea how JRun parse the JSP file and what code it generates, but keep in mind that Java VM has some (well documented) limitations. >From Virtual Machine Spec: - 64k entries in constant pool ( that means the count of strings you can use in out.println(), plus all other constants < 64k )

32 Ko limitation in JRun ?

1999-06-23 Thread Sylvain Roche
I don't know whether it is normal or not, but I get an error when my source jsp page exceed 31.7 Ko. I was not able to find a word on that special point neither on the specifications nor in JRun's documentation.   I get a 500 Internal Server Error com.livesoftware.jsp.JSPServlet   javax.serv