<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dag, Eli,<div>I've checked the IPT code again for the extension registry URL and I was actually wrong.</div><div>The current version *does* make use of the ipt.properties settings.</div><div><br></div><div>The standard GBIF URL that is used in the ipt.properties should be:</div><div>registryUrl=<a href="http://gbrds.gbif.org/registry">http://gbrds.gbif.org/registry</a></div><div><br></div><div>The registry then returns a JSON list of all known extensions located at:</div><div><a href="http://gbrds.gbif.org/registry">http://gbrds.gbif.org/registry</a><span class="Apple-style-span" style="color: rgb(42, 0, 255); font-family: Monaco; font-size: 11px; ">/ipt/extensions.json</span></div><div><br></div><div>So to test your own extensions you can modify this json list to include entries for your own (pointing to your extension xml definitions hosted on some URL), upload that json file to some http server and modify the ipt.properties setting to point to your registry, e.g.:</div><div><div>registryUrl=<a href="http://dev.eol.org/ipt">http://dev.eol.org/ipt</a></div><div><br></div><div>that will finally point to the file</div><div><a href="http://dev.eol.org/ipt/ipt/extensions.json">http://dev.eol.org/ipt/ipt/extensions.json</a></div><div><br></div><div>To get everything working this registry base URL should also deal with other things, e.g. the registry of resources, organisations, services, etc.</div><div>But in order to test the extensions this should still work.</div><div><br></div><div>If you give it a try, please report your findings back to this list.</div><div><br></div><div>cheers,</div><div>Markus</div><div><br></div><div><br></div><div><br></div><div><br><div><div>On May 12, 2009, at 6:05 PM, Markus Döring (GBIF) wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; 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: 0; "><div style="font: normal normal normal 10pt/normal Tahoma, Verdana, sans-serif; ">PS. I agree with Jörg that a convenient way to keep the old data directory when upgrading the IPT would be cute.</div></span></blockquote><div><br></div><div>This is indeed the case. &nbsp;We will aim wherever possible to make upgrading as simple as it can be. &nbsp;</div><div>For bug fix releases, such as this snapshot, with no structural change the data directory can be migrated directly. &nbsp; In future releases, we might require a "one time" migration task be run. &nbsp;I anticipate the first one being required when the DwC standard is ratified.</div></div></div></div></blockquote><div><br></div><div>if you look into your ipt.properties file you can modify the following settings:</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rgb(42, 0, 255); "><span style="color: #000000">dataDir=</span>${ipt.datadir}</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; min-height: 15px; "><span class="Apple-style-span" style="color: rgb(42, 0, 255); "><span style="color: #000000">registryUrl=</span>${ipt.registry.url}</span></div><div><font class="Apple-style-span" color="#2A00FF" face="Monaco" size="3"><span class="Apple-style-span" style="font-size: 11px;"><br></span></font></div></div></div>the dataDir should be an absolute path pointing to your data dir (defaults to the ipt webapp data subfolder).<div>the registry URL can point to a development registry - unfortunately the extensions and vocabs currently dont use this setting, only the UDDI style registration of resources and organisations. We will make sure that the IPT uses this setting also for the extension registration, so you can easily point it to an alternative extension site for testing.</div><div><br></div><div><br></div><div>markus</div><div><br></div><div><br></div></div></blockquote></div><br></div></div></body></html>