Hi folks,
I finally figured out how to get my sample custom tag to work.

My question now is this: When I change my
java class, even a minor change such as adding a
word to the end of a
string that will be printed out on the screen, I then recompile it. Then I try to refresh the
JSP page in the IE browser but there is no change. The only way I can see the change to the class is if I shutdown
Tomcat, restart it, then refresh the JSP.
How can I (or can I) make my changes to the class without having to shutdown Tomcat to make them effective?
I am running Tomcat 4.0.3 on Windows 2000 with a cable Internet connection.
Thanks,
Howard