JSP Compilation Issues

2003-09-30 Thread Dean Fantham
I have a JSP page that is large (contains a large series of tables for displaying lots of data). It is about 2000 lines of HTML. When trying to run this on Tomcat 4.1.27 I get the following error: [ServletException in:/schedule/operational/view.month.jsp] Unable to compile class for JSP An error

Re: JSP Compilation Issues

2003-09-30 Thread Tim Funk
There is a JAVA language spec limitation that a method may only be "so big". You are over the limit. There is a jasper option to map text to a file. I've never used it myself and don't know if it works (still). But look at $TOMCAT_HOME/conf/web.xml and look at the JSP options. There should be s

RE: JSP Compilation Issues

2003-09-30 Thread Pooleery, Manoj
. Software Developer, Synygy Inc. -Original Message- From: Dean Fantham [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 10:49 AM To: 'Tomcat Users List' Subject: JSP Compilation Issues I have a JSP page that is large (contains a large series of tables for displaying lo