From: William P. <wil...@ya...> - 2010-07-02 02:25:56
|
On Jul 1, 2010, at 2:18 PM, Jon Auman wrote: > Don't know what it means. Possibly something is hardcoded to a path that only exists on dev. Production and dev are not identical with regards to their location on the file system. I don't know that that's related. Basically the way this works is that this URL: http://www.treebase.org/treebase-web/tree_for_phylowidget/TB2:Tr6839 ... gets turned into this URL: http://www.treebase.org/treebase-web/phylows/tree/TB2:Tr6839?format=nexus ... using the "Url Rewrite Filter" (http://www.tuckey.org/urlrewrite/) with the remapping rules defined here: trunk/treebase-web/src/main/webapp/WEB-INF/urlrewrite.xml ... and urlrewrite should be defined as a dependency in /treebase-web/porn.xml The 404 error would seem to indicate that urlrewrite is not working on production, for some reason. bp |