Verify Error in iPlanet
Whenever you get a Verify Error in iPlanet, check for the size of that particular JSP file. This error occurs because your JSP file’s method has crossed the maximum size of 65KB. To solve this issue, break your JSP into multiple files and include the parts inside the main jsp by using “jsp:include”.