<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks Dag,<div><br></div><div>I would just like to mention in addition that there will be a next release&nbsp;(mainly bug fix)&nbsp;of the IPT in the coming days / week. &nbsp;It might be worth considering delaying migration until next week.</div><div><br></div><div>Best wishes,</div><div>Tim</div><div><br></div><div><br></div><div><br></div><div><br><div><div>On Feb 3, 2010, at 10:33 AM, Dag Terje Filip Endresen wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="font: normal normal normal 10pt/normal Tahoma, Verdana, sans-serif; "><div style="text-align: left; ">Dear Andry and Laura,<br><br>To keep your configuration and added datasets between upgrade of IPT version, you may copy the data folder. Even better is to keep the data folder outside of the tomcat webapps folders.<br><br>1. Locate your data folder at webapps/ipt/data<br>2. Copy this folder somewhere<br>3. Stop tomcat<br>4. Delete the webapps/ipt folder (or use the Tomcat manager to undeploy ipt)<br>5. Rename the new IPT war file for example as ipt.war (new version downloaded from IPT site)<br>6. Copy this ipt.war to the webapps folder (or use the Tomcat manager to deploy ipt.war)<br>7. Start Tomcat<br>8. Stop Tomcat<br>9. Copy the saved copy of your data directory back to overwrite the data directory of the new upgraded ipt (webapps/ipt/data)<br>10. Start Tomcat<br><br>Much more advised would however be to keep your data directory outside the webapps folders. You may copy the saved ipt data folder (webapps/ipt/data) to a permanent location outside the webapps folders. As an example I keep mine at /usr/local/ipt_data/data. Each time you upgrade the IPT you will need to update the ipt.properties configuration file. This file is located at webapps/ipt/WEB-INF/classes/ipt.properties.<br><br>Add the following line to ipt.properties:<br>dataDir=/usr/local/ipt_data/data<br><br>At least this works all fine for me. I hope this is of any help.<br><br>I believe that the IPT development team are working on improved upgrade routines for the scheduled upcoming releases during this spring.<br><br>Best regards<br>Dag<br><br><br></div><blockquote style="border-left-width: 2px; border-left-style: solid; border-left-color: rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px; "><hr><b>From:</b><span class="Apple-converted-space">&nbsp;</span>RAKOTOMANJAKA Andry Jean Marc [<a href="mailto:ajmrakotomanjaka@gmail.com">mailto:ajmrakotomanjaka@gmail.com</a>]<br><b>To:</b><span class="Apple-converted-space">&nbsp;</span>Russell, Laura [<a href="mailto:larussell@ku.edu">mailto:larussell@ku.edu</a>], Aaron Steele [<a href="mailto:eightysteele@gmail.com">mailto:eightysteele@gmail.com</a>],<span class="Apple-converted-space">&nbsp;</span><a href="mailto:ipt@lists.gbif.org">ipt@lists.gbif.org</a><br><b>Cc:</b><span class="Apple-converted-space">&nbsp;</span>gbif-ipt-contributors [<a href="mailto:gbif-ipt-contributors@googlegroups.com">mailto:gbif-ipt-contributors@googlegroups.com</a>]<br><b>Sent:</b><span class="Apple-converted-space">&nbsp;</span>Wed, 03 Feb 2010 09:37:24 +0100<br><b>Subject:</b><span class="Apple-converted-space">&nbsp;</span>Re: [IPT] New IPT release (RC3) now available for download<br><br>Hi everyone,<br><br>I also insist with this question form Laura, is there any tutorial to<span class="Apple-converted-space">&nbsp;</span><br>migrate from 1.0.RC1 or RC2 to the new one ?<br>How about the hb2 database and the data folder ?<br>Please, can someone answer to my quiestion ! My DataSet is alredy published<span class="Apple-converted-space">&nbsp;</span><br>, registered, what is the next step to get it from<span class="Apple-converted-space">&nbsp;</span><a href="http://data.gbif.org" target="_blank">http://data.gbif.org</a><span class="Apple-converted-space">&nbsp;</span>?<br>Even my data provider is not yet listed there. I heard that the gbif node<span class="Apple-converted-space">&nbsp;</span><br>manager needs to confirm the dataset, what is the email adress for<span class="Apple-converted-space">&nbsp;</span><br>Madagascar, may be this is one of the problem.<br>My URL :<span class="Apple-converted-space">&nbsp;</span><a href="http://wcsmad.org:8080/ipt" target="_blank">http://wcsmad.org:8080/ipt</a><br>the Dataset is Makira<br><br>Thanks<br><br>Andry Rakotomanjaka<br>Technical Manager<br>Madagascar Biodiverity Network<br><a href="http://data.rebioma.net" target="_blank">http://data.rebioma.net</a><br><br>----- Original Message -----<span class="Apple-converted-space">&nbsp;</span><br>From: "Russell, Laura" &lt;<a href="mailto:larussell@ku.edu">larussell@ku.edu</a>&gt;<br>To: "Aaron Steele" &lt;<a href="mailto:eightysteele@gmail.com">eightysteele@gmail.com</a>&gt;; &lt;<a href="mailto:ipt@lists.gbif.org">ipt@lists.gbif.org</a>&gt;<br>Cc: "gbif-ipt-contributors" &lt;<a href="mailto:gbif-ipt-contributors@googlegroups.com">gbif-ipt-contributors@googlegroups.com</a>&gt;<br>Sent: Monday, January 25, 2010 7:46 PM<br>Subject: Re: [IPT] New IPT release (RC3) now available for download<br><br><br>&gt; What is best practice for installing the new war file if you have a<br>&gt; previous version in place? I didn't see anything on the wiki. In my<br>&gt; past experience working with Tomcat, we would stop the service, archive<br>&gt; the old war file, delete the application folders out of webapps and out<br>&gt; of Catalina work folders, place the new war and then restart Tomcat. Is<br>&gt; all of that necessary or can we just put the new war in place and<br>&gt; restart Tomcat? If users have not moved their data folder to another<br>&gt; location what cautions do we need to provide? Thanks.<br>&gt;<br>&gt; Laura Russell<br>&gt; VertNet Programmer<br>&gt; Biodiversity Institute<br>&gt; University of Kansas<br>&gt; Dyche Hall<br>&gt; 1345 Jayhawk Blvd., Room 606<br>&gt; Lawrence, KS 66045<br>&gt;<br>&gt; Phone: 785.864.4681<br>&gt; Fax: 785.864.5335<br>&gt; Email:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:larussell@ku.edu">larussell@ku.edu</a><br>&gt; URL:<span class="Apple-converted-space">&nbsp;</span><a href="http://www.vertnet.org" target="_blank">http://www.vertnet.org</a><br>&gt;<br>&gt; VertNet Portals:<br>&gt; MaNIS:<span class="Apple-converted-space">&nbsp;</span><a href="http://www.manisnet.org" target="_blank">http://www.manisnet.org</a><br>&gt; HerpNET:<span class="Apple-converted-space">&nbsp;</span><a href="http://www.herpnet.org" target="_blank">http://www.herpnet.org</a><br>&gt; ORNIS:<span class="Apple-converted-space">&nbsp;</span><a href="http://www.ornisnet.org" target="_blank">http://www.ornisnet.org</a><br>&gt; FishNet2:<span class="Apple-converted-space">&nbsp;</span><a href="http://www.fishnet2.net" target="_blank">http://www.fishnet2.net</a><br>&gt;<br>&gt;<br>&gt; -----Original Message-----<br>&gt; From:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:ipt-bounces@lists.gbif.org">ipt-bounces@lists.gbif.org</a><span class="Apple-converted-space">&nbsp;</span>[mailto:<a href="mailto:ipt-bounces@lists.gbif.org">ipt-bounces@lists.gbif.org</a>] On<br>&gt; Behalf Of Aaron Steele<br>&gt; Sent: Wednesday, January 13, 2010 12:42 PM<br>&gt; To:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:ipt@lists.gbif.org">ipt@lists.gbif.org</a><br>&gt; Cc: gbif-ipt-contributors<br>&gt; Subject: [IPT] New IPT release (RC3) now available for download<br>&gt;<br>&gt; The latest IPT release (RC3) is now available for download and testing!<br>&gt;<br>&gt;<span class="Apple-converted-space">&nbsp;</span><a href="http://gbif-providertoolkit.googlecode.com/files/ipt-1.0-RC3.war" target="_blank">http://gbif-providertoolkit.googlecode.com/files/ipt-1.0-RC3.war</a><br>&gt;<br>&gt; This release depends on the updated GeoServer IPT plugin which is<br>&gt; bundled here:<br>&gt;<span class="Apple-converted-space">&nbsp;</span><a href="http://gbif-providertoolkit.googlecode.com/files/ipt-geoserver-1.0-RC3.z" target="_blank">http://gbif-providertoolkit.googlecode.com/files/ipt-geoserver-1.0-RC3.z</a><br>&gt; ip<br>&gt;<br>&gt; New features include internationalization support, Darwin Core updates<br>&gt; that reflect the latest ratified standard, and several bug fixes.<br>&gt;<br>&gt; Note that we are still unable to reproduce the delete bug<br>&gt; (<a href="http://code.google.com/p/gbif-providertoolkit/issues/detail?id=155" target="_blank">http://code.google.com/p/gbif-providertoolkit/issues/detail?id=155</a>)<br>&gt; and we are actively looking for testers who can reproduce this issue (or<br>&gt; discover new issues) before the IPT version 1 release.<br>&gt;<br>&gt; As always, please submit issues here:<br>&gt;<span class="Apple-converted-space">&nbsp;</span><a href="http://code.google.com/p/gbif-providertoolkit/issues/entry" target="_blank">http://code.google.com/p/gbif-providertoolkit/issues/entry</a><br>&gt;<br>&gt; Thanks!<br>&gt; The GBIF IPT Team<br>&gt; _______________________________________________<br>&gt; IPT mailing list<br>&gt;<span class="Apple-converted-space">&nbsp;</span><a href="mailto:IPT@lists.gbif.org">IPT@lists.gbif.org</a><br>&gt;<span class="Apple-converted-space">&nbsp;</span><a href="http://lists.gbif.org/mailman/listinfo/ipt" target="_blank">http://lists.gbif.org/mailman/listinfo/ipt</a><br>&gt; _______________________________________________<br>&gt; IPT mailing list<br>&gt;<span class="Apple-converted-space">&nbsp;</span><a href="mailto:IPT@lists.gbif.org">IPT@lists.gbif.org</a><br>&gt;<span class="Apple-converted-space">&nbsp;</span><a href="http://lists.gbif.org/mailman/listinfo/ipt" target="_blank">http://lists.gbif.org/mailman/listinfo/ipt</a><span class="Apple-converted-space">&nbsp;</span><br>_______________________________________________<br>IPT mailing list<br><a href="mailto:IPT@lists.gbif.org">IPT@lists.gbif.org</a><br><a href="http://lists.gbif.org/mailman/listinfo/ipt" target="_blank">http://lists.gbif.org/mailman/listinfo/ipt</a><br></blockquote>_______________________________________________<br>IPT mailing list<br><a href="mailto:IPT@lists.gbif.org">IPT@lists.gbif.org</a><br><a href="http://lists.gbif.org/mailman/listinfo/ipt">http://lists.gbif.org/mailman/listinfo/ipt</a><br></div></span></blockquote></div><br></div></body></html>