You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Craig R. McClanahan" <cr...@apache.org> on 2001/07/27 01:55:19 UTC

Re: Can Tomcat Host EAR Files and update them automatically when they are changed ?


On Thu, 26 Jul 2001, Henry Yeh wrote:

> 
> Since tomcat doesn't support auto-reloading of non-servlet 
> files (e.g. JSP files), I am finding it hard to just have
> the servlets updated but not the jsp files in the application
> that I developed. I would always get Classcast exceptions.
> Anyone has any inputs !? I really appreciate it. Thanks.
> 

Which version of Tomcat are you speaking of?  Tomcat 4.0-b6 supports both
auto-reloading on changes to non-servlet classes *and* recognizes JSP file
changes as well.  If you still encounter ClassCastException errors with
4.0-b6, please report them to the bug tracking system (with a test case if
possible):

  http://nagoya.apache.org/bugzilla/

> -- Auri
> 

Craig McClanahan