User dfeb81947d
25-07-2005 13:01:13
Dear Support,
I have a tomcat server running with a servlet that may structures searches.
But I scheduled task to update the structure table and I checked that structures updated or added are took account for the search.
In my case it has not until I shutdown and startup again tomcat.
(I made a procedure of loading cache at startup of servlet).
According to the documentation: http://www.chemaxon.com/jchem/doc/admin/tomcat.html
I had to add
in server.xml: do it has something to do with reloading cache?
Or do I just need to make a procedure to clean the cache and reload it after every structure table update?
like:
thank you for your help
Kind Regards
Jacques
I have a tomcat server running with a servlet that may structures searches.
But I scheduled task to update the structure table and I checked that structures updated or added are took account for the search.
In my case it has not until I shutdown and startup again tomcat.
(I made a procedure of loading cache at startup of servlet).
According to the documentation: http://www.chemaxon.com/jchem/doc/admin/tomcat.html
I had to add
Code: |
<Context path="/jchem" docBase="<JChem home>" reloadable="true" > </Context> |
Or do I just need to make a procedure to clean the cache and reload it after every structure table update?
like:
Code: |
JChemSearch.clearCache(); |
thank you for your help
Kind Regards
Jacques