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".