Hi everyone,
I'm really new to jsp (and java). Is there a way to automatically pick up
newly compiled class files. I have a .jsp page which calls a class file
(using Beans). Everytime I modify the .java file my .jsp complains of
missing methods...etc. Once I restart the service everything becomes fine.
Is there a way to setup Apache Tomcat to automatically pickup the changes in
my class.
Thank you
Maz.
Bao - 15 Dec 2004 14:02 GMT
> Hi everyone,
>
[quoted text clipped - 7 lines]
> Thank you
> Maz.
I'm not too sure cause I'm pretty new myself.....But I believe if you
use Ant that would help..