Hi, Can somebody tell me, with Orion Server, how do I view the source Java code generated by Orion for a jsp.
TIA Vimal Kansal
 
 
Here's some info from a message the Magnus Stenman posted a while back that might help you :
 
Orion 0.8.0 supports the optional persisting the generated sources if development
mode is enabled in the web-app, the generated sources are slower, but more readable
when degugging than the "production use" versions.

To enable development mode add this to your web-application.xml:
<development>true</development>
<jsp-cache-directory>./persistence</jsp-cache-directory>
 
 
Hope that helps,
Brien Voorhees

Reply via email to