############ConfServer.txt##################################### This file is for configuration of webserver,dienst server, wais server and bucket tool in res-ups.cs.odu.edu ################################################################## ***************************************************************** Table of Contents 1. Direcotry name 2. Reindex 3. Start/Stop Server ******************************************************************* 1. Directory name 1.1 /research/dli/nasa_server/dienst : the dienst server 1.2 /research/dli/nasa_server/dienst/DocumentDB : the document database, the bib files will be stored under ncstrlplus.nasa.larc under this dir. 1.3 /research/dli/nasa_server/httpd : the web server 1.4 http://res-ups.cs.odu.edu:8000/Dienst/UI/2.0/Search : the advanced search interface. 1.5 http://res-ups.cs.odu.edu:8000/Dienst/UI/2.0/SearchNF : the simple search interface. 1.6 /research/dli/public_html/tool : the tool directory 1.7 http://res-ups.cs.odu.edu:8000/tool 2. Reindex 2.1 look for the archive and collection fields in the newly created bucket. (e.g. NASA and LTRS) 2.2 after approval, store the bucket in publish///, e.g. publish/NASA/LTRS/nasa-ltrs-12 2.3 write these fields in the bucket's bib file: ID:: ncstrlplus.nasa.larc//nasa.ltrs.nasa-ltrs-12 (Note the detailed ID) NCSTRLPLUS_URL:: http://www.cs.odu.edu/~dlibuser/publish/NASA/LTRS/nasa-ltrs-12 END:: ncstrlplus.odu.cs//nasa.ltrs.nasa-ltrs-12 2.4 in the document database directory for dienst, store (only) the bib file under a directory that's named after the ID in the metadata, e.g /research/dli/nasa-server/dienst/DocumentDB/ncstrlplus.nasa.larc/nasa.ltrs.nasa-ltrs-12 2.5 consider the bucket ID:: ncstrlplus.nasa.larc//nasa.ltrs.nasa-ltrs-12 according to the steps I mentioned before, the management tool will create a new directory nasa.ltrs.nasa-ltrs-12 under /research/dli/nasa_server/dienst/DocumentDB/ncstrlplus.nasa.larc and will store the bib file in that new directory. 2.6 to index the new bib file: % cd /research/dli/nasa_server/dienst/Indexer % build-wais-indexes ncstrlplus.nasa.larc:nasa.ltrs.nasa-ltrs-12 (notice the use of : instead of the file://) 3. Start/Stop Server 3.1 Using dlibuser to login or using sudo -u dlibuser to start the server. 3.2 Start Wais Server > cd /research/dli/nasa_server/wais/wais-bin > ./waisserver -p 3000 -d /research/dli/nasa_server/wais/wais-index -l 0 3.3 Start Dienst Server > cd /research/dli/nasa_server/dienst/Kernel > ./dienst& 3.4 Start WebServer > cd /research/dli/nasa_server/httpd > ./httpd -d /research/dli/nasa_server/httpd 3.5 Kill Wais Server > zap -9 waisserver 3.6 Kill Dienst Server > zap -9 dienst 3.7 Kill WebServer >zap -9 httpd