DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9745>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9745 extern cache mgt bug for conditionally dynamic pages [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement ------- Additional Comments From [EMAIL PROTECTED] 2002-06-11 00:40 ------- You should disable the cache in that particular situation. It has to be seen if the cache can be improved while not killing performance at the same time (since JNDI is used to access the actual file, doing a lookup for the attributes is very expensive). Example: <Context path="" docBase="nowbooks/ROOT" debug="0"> <Resources className="org.apache.naming.resources.FileDirContext" docBase="nowbooks/ROOT" cached="false"/> </Context> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>