On Wed, 12 May 1999, Schaeffer Rick wrote:
> Thanks to John Peterson and others I got my JSP to work... *but* I had to
> manually compile it! Isn't JSP supposed to automatically compile the .java
> file when it changes? I copied the .java file to
> xxx\examples\web-inf\jsp\beans\rtest and manually compiled it to produce the
> .class file and *then* my .jsp worked ... but I don't understand why I'm
> having to manually compile it!
As I understand it, JSP automatically recompiles pages (*.jsp files) NOT
beans. Programmers who create beans know how to compile. Page designers
who create pages may not.
John K Peterson -- IT Services Development -- Brigham Young University
Internet: [EMAIL PROTECTED] Phone: (801) 378-5007
===========================================================================
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".