[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-21 14:22:50
|
Bugs item #2841011, was opened at 2009-08-20 13:16 Message generated for change (Comment added) 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: Web application Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: pingou (pingoufc4) Assigned to: Peter Ansell (p_ansell) 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>. ---------------------------------------------------------------------- Comment By: pingou (pingoufc4) Date: 2009-08-21 16:22 Message: Thanks for that. I tried to look into the code to propose a patch but I couldn't find the correct place (I'm not so used to the code), any hints ? ---------------------------------------------------------------------- Comment By: Peter Ansell (p_ansell) Date: 2009-08-21 01:21 Message: I will look into working around this so that the HTML links work properly. I haven't had anyone try to install it into a non ROOT webapp for a while so the issue has gone off the radar for a while. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=814189&aid=2841011&group_id=142631 |