Re: reloadable=true just not working. Any ideas gentlefolk?

2002-05-22 Thread Louis Voo
List" <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 8:18 PM Subject: Re: reloadable=true just not working. Any ideas gentlefolk? > I don't believe the class loader recognizes any new code other > than servlets and jsp files. If you have new classes called by > servlets

Re: reloadable=true just not working. Any ideas gentlefolk?

2002-05-21 Thread Jason Koeninger
I don't believe the class loader recognizes any new code other than servlets and jsp files. If you have new classes called by servlets, they won't be reloaded. If you search in the archives, you should find a lot of discussions on this topic. If you have servlets or jsp's that aren't reloadi

Re: reloadable=true just not working. Any ideas gentlefolk?

2002-05-21 Thread Michael Teter
I don't have the answer to why reloading isn't working, but I can recommend using the tomcat manager app to "remove" and "install" your app to freshen it. That doesn't require a restart of tomcat. One important note though, if your webapp's main directly exists, this won't work. You have to blo

reloadable=true just not working. Any ideas gentlefolk?

2002-05-21 Thread Ray Letts
Below is a snippet from my conf/server.xml file. From all the docs I've read, and the examples, this should work. However the tomcat class loader does not recognize newly compiled class files and still uses the cached versions. Can anyone spot a problem with the xml below? It parses upo