If you look at the startserver(.bat) file (depending on the OS, startserver
or startserver.bat) you will see that it starts with
a command line parameter "-Djsp.keepgenerated=false". Change that to "true"
and it will not delete the generated code.
Rick Schaeffer
([EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> )
-----Original Message-----
From: DAVE RIGSBY [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, June 03, 1999 4:51 AM
To: [EMAIL PROTECTED]
Subject: Re: How to get the code of the servlet generated by
a JSP
In your JSP1.0 directory structure there should be a directory
titled WORK. In the Work directory will be directories that begin with an
%. Underneath these directories is where you will find the generated code.
I find mine in the work directory under the %3A8080%2Fexamples.
Hope this helps.
>>> "LEGA, Laura" <[EMAIL PROTECTED]> 06/03 6:43 AM >>>
Hi!
Does anyone know how I can see the code of the servlet generated at
runtime
by a JSP? I can see that the JSP engine first generates the java
code, then
compiles to the classes and deletes the .java file. How can avoid it
deleting the java file?
Thnk you in advance.
Bye, Laura
PS: thanks to anybody answered my question "JSP versus servlets"
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in
the body
of the message "signoff JSP-INTEREST". For general help, send email
to
[EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in
the body
of the message "signoff JSP-INTEREST". For general help, send email
to
[EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".