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 follow some suggestion I read and reduce the size of the .class files by:
 - reducing the number of tags used by merging some functionalities at the expense of 
a clean code
 - putting some code outside of the jsp and including these snippets at run time

It's a rather nasty and long undertaking.
If anyone has encountered this type of exeption can you confirm this assumption and 
what were the steps you took to overcome this limitation?
Heard of a future Tomcat release that'll increase the 64kb limit?
Thanks

Configuration details:
JBoss 2.4.4 bundle w/Tomcat 4.0.1
Struts 1.0.2


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to