You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Kief Morris <ki...@bitbull.com> on 2001/04/07 12:29:12 UTC

Re: [PATCH] patch to make PersistentManager work with different Store implementations.

Bip Thelin typed the following on 02:35 PM 4/5/2001 -0700
>This is a minor change so you can specify the store to use within server.xml.

Thanks Bip, I've applied these patches. I also added a check in PersistentManager's
start() method to check whether Store is null, since this is the default if no <Store>
tag is supplied. A message will be written to the log in this case.

>I'll hope to have a first cut of the JDBCStore soon.

Cool, bring it on.

Kief