Re: .JSP and Support Classes - Support Classes not reloading.

2000-07-13 Thread Ciaran McNulty
You should be able to make the application redeploy by touching the web.xml file. -Ciaran > I have created a simple JSP that imports one of my own classes to validate > users, get users rights, etc... When I make changes to this "external" > class, it is not updated. For instance: > > public cla

.JSP and Support Classes - Support Classes not reloading.

2000-07-13 Thread Jeremy Cowgar
I have created a simple JSP that imports one of my own classes to validate users, get users rights, etc... When I make changes to this "external" class, it is not updated. For instance: public class UserVerify { public String sName = "Jeremy"; } I compile it, run my .JSP accessing the sN