Reduce the size of your jsp page, perhaps? Move code into Java POJOs instead of coding all your business functionality in the JSP page.
Wayne On 5/12/06, Juan C. Galeano H. <[EMAIL PROTECTED]> wrote:
Hi all! I have a long jsp page (1100 lines) that uses myfaces tags and the servlet generated by the application server (oracle application server 10g) contains 12000 lines, so the application server reports a "code too large for try statement catch" error when trying to compile such servlet The suggestion I found to fix this problem is to set the reduce_tag_code = true in the oc4j but it doesn't work. Could anyone help me? JuanCarlos

