Illegal target of jump or branch w/Tomcat

2002-11-20 Thread Emmanuel Bridonneau
Some double talk, so I ran into this JVM exeption after switching from the "oh you're too expensive for me" Weblogic to "you're great for a free software" JBoss. Turns out that Tomcat (used in conjunction w/JBoss) has a 64kb limitation whilst generating the servlet code from a JSP. I intend to fo

RE: Illegal target of jump or branch w/Tomcat

2002-11-20 Thread edgar
: Emmanuel Bridonneau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 3:30 PM To: ''Struts Users Mailing List' (E-mail)' Subject: Illegal target of jump or branch w/Tomcat Some double talk, so I ran into this JVM exeption after switching from the "oh yo

RE: Illegal target of jump or branch w/Tomcat

2002-11-20 Thread James Childers
We ran across this exact same problem recently, and it has to do with the way that the servlet container does the JSP --> Java translation. You are likely to encounter this problem if the container puts everything -- scriptlets, custom tags, etc. -- into a single monolithic _jspService method, w

Re: Illegal target of jump or branch w/Tomcat

2002-11-20 Thread Martin Cooper
On Wed, 20 Nov 2002, Emmanuel Bridonneau wrote: > Some double talk, > so I ran into this JVM exeption after switching from the "oh you're too expensive >for me" Weblogic to "you're great for a free software" JBoss. > Turns out that Tomcat (used in conjunction w/JBoss) has a 64kb limitation whil

Re: Illegal target of jump or branch w/Tomcat

2002-11-20 Thread Martin Cooper
On Wed, 20 Nov 2002, Martin Cooper wrote: > > > On Wed, 20 Nov 2002, Emmanuel Bridonneau wrote: > > > Some double talk, > > so I ran into this JVM exeption after switching from the "oh you're too expensive >for me" Weblogic to "you're great for a free software" JBoss. > > Turns out that Tomcat

Re: Illegal target of jump or branch w/Tomcat

2002-11-20 Thread Craig R. McClanahan
lt;[EMAIL PROTECTED]> > Subject: Illegal target of jump or branch w/Tomcat > > Some double talk, > so I ran into this JVM exeption after switching from the "oh you're too expensive >for me" Weblogic to "you're great for a free software" JBoss. > Turn

RE: Illegal target of jump or branch w/Tomcat

2002-11-21 Thread Emmanuel Bridonneau
: Wednesday, November 20, 2002 2:04 PM To: Struts Users Mailing List Subject: Re: Illegal target of jump or branch w/Tomcat On Wed, 20 Nov 2002, Emmanuel Bridonneau wrote: > Date: Wed, 20 Nov 2002 12:30:27 -0800 > From: Emmanuel Bridonneau <[EMAIL PROTECTED]> > Reply-To: Strut