Dear All, In Jasper reporting infrastructure I see the apache templates are defines with file names starts with # .For example #login.jsp.
The above file is being included as template in another JSP file. What exactly the files with files whose name starts with # are ment for?. Are they pre-compiled template executable . I am not very sure of it. Can some one helps me in understanding the same. And the also jsp file having template is not pre-compiling while deploying the application in WebLogic 10.3 Thanks, Puru Kante On Fri, May 20, 2011 at 8:46 AM, purushotham kantevari <[email protected]>wrote: > Dear All, > I am working on jasperserver reporting application which is being developed > based on Spring 2.5 + Tiles 2.1 . > > When I tried deploying the application in weblogic 10.3 , some how jsp > compiler of weblogic is unable to parse the page. > > ==================================================================================== > java.lang.ClassCastException:weblogic.jsp.internal.BinaryRoot can not be > cast to weblogic.jsp.internal.SourceFile. > > Can someone help me > > Thanks, > Puru >
