I want to use the logger taglib from Jakarta which uses log4j. Does anyone have a sample log4j properties/initialization file that they would post so that I could take a look?
Using Jasper and taglibs, how do I avoid the error “Code of a method longer than 65535 bytes”? I am working with Tomcat 3.2.x. I made a taglibrary (that includes just one tag, for testing) and implemented the tag in java (a simple one, it’s just writing a text). I put that tag into a JSP page and when I go to that page, the tag displays a text on the screen. Everything works just fine, but if I have a greater number of tags inside the JSP (about 170), then I get an error message. Tomcat makes the .java -file, compiles it to the .class file, and then just before displaying the text, I get the following err.msg: “Code of a method longer than 65535 bytes…” Thanks for any help I get !
Related Questions
- I want to use the logger taglib from Jakarta which uses log4j. Does anyone have a sample log4j properties/initialization file that they would post so that I could take a look?
- I need to change the FLEXlm license file location that PLOT EXPRESS uses. How do I do this?
- How Do You Modify Font Properties Of The Text In A PDF?