From: Vladimir G. <vga...@ne...> - 2010-01-26 22:58:10
|
The new TB2 instance that we run at http://treebase-dev.nescent.org/treebase-web , since it runs as Tomcat hidden behind Apache, appears to expose problems with some URLs generated on pages. Go to any study page, e.g., http://treebase-dev.nescent.org/treebase-web/search/study/summary.html?id=1234 and check the links appearing on its various tabs. Most links have form (1) http://localhost:8380/treebase-web/phylows/study/TB2:S1234, exposing the hidden tomcat. They do not work, since Tomcat is not visible to the world. Some links (e.g., file downloads on the Trees tab) have form (2) http://treebase-dev.nescent.org/treebase-web/phylows/tree/TB2:Tr1902?format=nexml , which is the correct, working one. It should be possible to turn all (1)s into (2)s. --Vladimir |