Hello Steve,
The cached code is not supposed to be human readable but quite the opposite.
The point is for Orion to not have to compile the jsp again after a restart.
If you want java source for the servlet compiled from the JSP you add
<development>true</development> to web-application.xml. The source will then be
put in the persistence directory. This is however only recommended to do while
developing, since normally a JSP is compiled into a more optimized form than
this servlet in Orion.
Karl Avedal
The Orion team
Steve Houghton wrote:
> Having viewed the cached code, its not very readable. It looks like cached
> bytecode, and not the servlet intermediate step that youd expect between
> jsp->servlet->compiled code.
>
> Any ideas?
>
> steve