BTW - I couldn't figure a way to get JSP to automatically recompile changed
beans. I would guess this would be rather difficult, but if anyone knows a
way ....
Sam
----------
From: S. N. Prasanna[SMTP:[EMAIL PROTECTED]]
Reply To: S. N. Prasanna
Sent: Wednesday, March 31, 1999 4:40 AM
To: [EMAIL PROTECTED]
Subject: Dynamic loading of beans
Hi,
I am developing an application using JSP. My environment is
NT4.0
Service pack 4, IIS-4.0, Jrun 2.3.
I am putting all the classes created by me including JSP beans in a
package
named "myClasses" under
C:\jrun\classes directory, which is in the class path. The problem
is these
classes are not loaded dynamically. What can I do to make these
classes
especially JSP beans to load dynamically. If I put them in servlets
directory JSP page compiler gives me error : "class jsp.classname"
is not
found. If I put beans in class path and every time I make some
changes to
the bean( which is common at the time of development) I have to
shut down
and restart the server to make changes to take effect. recompilation
of JSP
also doesn't help.
Is there any way by which I can force the JSP to load/compile
changed beans
dynamically.
Thanks in advance
Prasanna
===========================================================================
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".