You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2006/03/13 00:05:14 UTC

DO NOT REPLY [Bug 38904] - Tomcat throws exceptions weirdly and says "Class not found" when Reloader and AutoDeploy are set

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38904>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38904


william.barker@wilshire.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From william.barker@wilshire.com  2006-03-12 23:05 -------
This looks like one of the many reloading fixes since 3.3.1, and since I can't 
reproduce this.....

If you can't upgrade to 3.3.2, then I would suggest that you configure your 
context as non-reloadable (which is the preferred configuration for a 
production environment anyway :).

In conf/apps-website.xml you do:
  <webapps>
    <Context path="/website" docBase="webapps/website" reloadable="false" />
  </webapps>

Alternatively, simply comment out the ReloadInterceptor in server.xml


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org