You can also set the source path in orion-web.xml so you know where Orion puts the sources.
the tag below is a good place to start.

<orion-web-app deployment-version="1.4.0" persistence-path="/persist" jsp-cache-directory="./persistence" temporary-directory="./temp" servlet-webdir="/servlet/" development = "true" source-directory="/source">

HTH

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of J.T. Wenting
Sent: Wednesday, October 18, 2000 6:43 AM
To: Orion-Interest
Subject: RE: JSP-Compiled Servlets ??

you can see the generated sources by setting "development=true" in one of the config files (I think either server.xml or global-web-application.xml).
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Santosh Kumar
Sent: Wednesday, October 18, 2000 10:49
To: Orion-Interest
Subject: JSP-Compiled Servlets ??

hi all,
   We know that JSP are compiled into servlets. In Jrun, I can view the
equivalent servlet source code for the JSP. But Orion doesnt seem to provide
the source as well as class file. All it creates is a binary jsp.Cache file.
 
But my job is to get into the code and see how the servlet is getting written
and compare with servlets generated thru other jsp-engines. What do i do?
 
Regards,
Santosh
             

===========================================================================
=  Santosh Kumar C                                                        =
=  Senior Systems Engineer                                                =
=  Wipro Technologies                                                     =
=  1-8-448, Laxmi Building, S.P. Road,                                    =
=  Begumpet, Secunderabad - 500 003                                       =
=  A.P, India.                                                            =
=  Phone@: 91407896008 Ext 4511                                           =
=  Fax  @: 91407896123                                                    =
=  eMail@: [EMAIL PROTECTED]                                        =
=  url  @: http://www.wipro.com                                           =
=  The World's First SEI CMM Level 5 Software Services Company            =
===========================================================================

Reply via email to