Bypass-sef-forums-for-data-files
From PTAGISWiki
07/19/2004 SEF turns out to be too slow for use with large sets of raw data files. Too slow to load them, and too slow to deliver them. To simply serve the data files through the web server, I made these changes: Testing on pitblade, I grepped for "Interrogation Files" in pitblade:/dsk2/ptagis-1.0/web/ptagis/nav.jsp This file generates the navigation frames for the site. I commented out the old URL and added the new one like so: // aItems.add( new NavItem("Interrogation Files",sSEFBaseUrl+"/w.interrogati/ptagis_ShowDataFilesForums","Click to see the Interrogation Files.","") );^M aItems.add( new NavItem("Interrogation Files","http://www.pittag.org/Data_and_Reports/data/FDVL/loaded/interrogation","Click to see the Interrogation Files.","") );^M The same change had to be made for the three other categories of data files: current tagging files, all tagging files, and rejected tagging files.
