[Bio2rdf-bugs] [ bio2rdf-Bugs-2841011 ] Don't assume bio2rdf to be in /
Brought to you by:
fbelleau,
vincentemonet
From: SourceForge.net <no...@so...> - 2009-08-20 11:16:16
|
Bugs item #2841011, was opened at 2009-08-20 13:16 Message generated for change (Tracker Item Submitted) made by pingoufc4 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=814189&aid=2841011&group_id=142631 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: pingou (pingoufc4) Assigned to: Nobody/Anonymous (nobody) Summary: Don't assume bio2rdf to be in / Initial Comment: I have installed bio2rdf to my machine compiling it from the source (version 0.7.2) and putting the content of the Build folder into webapps/bio2rdf of my tomcat. While I consult a page (for example: http://localhost:8080/bio2rdf/go:0032283) the links generated are all of the type: http://localhost:8080/page/go:0009329 while they should be http://localhost:8080/bio2rdf/page/go:0009329 This is also valid for the index.html where: <a href="/demo">demonstration set of Bio2RDF URI's here</a>. should be replaced by: <a href="demo">demonstration set of Bio2RDF URI's here</a>. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=814189&aid=2841011&group_id=142631 |