From: Vladimir G. <vga...@ne...> - 2010-06-18 21:35:57
|
On Jun 16, 2010, at 5:47 PM, Rutger Vos wrote: > I've did a number of fixes on the search rss (including adding full > abstracts and fixing the safari issue). They're visible on the dev > server: > > http://purl.org/phylo/treebase/dev/phylows/study/find?query=prism.publicationName==Evolution&format=rss1 > > Two questions: i) is the purl configuration on dev undefined? It looks > like it is, resulting in broken links; Rutger, are you concerned that the links on the page above are like <link>http://localhost:8380/treebase-web/phylowsstudy/TB2:S728</ link> ? Do you use one of the two JNDI parameters to generate these URLs? Jon checked and confirmed that these parameters are set on dev as follows: <Environment name="tb2/SiteUrl" value="http://treebase-dev.nescent.org/treebase-web/" type="java.lang.String" override="false" description="The base URL from which this Treebase instance is served."/> <Environment name="tb2/PurlBase" value="http://purl.org/phylo/treebase/dev/phylows/" type="java.lang.String" override="false" description="The base URL of a PURL service that redirects to this Treebase instance."/> To access them from Java, there are helper functions in org.cipres.treebase.TreebaseUtil --VG |