Mercurial > hg > purlService
diff restService/redirector.py @ 11:fad73212354b
wsgi addedx
author | dwinter |
---|---|
date | Mon, 05 Nov 2012 09:29:21 +0100 |
parents | 5f5447b3a082 |
children | 0287aed01f2b |
line wrap: on
line diff
--- a/restService/redirector.py Fri Nov 02 15:39:56 2012 +0100 +++ b/restService/redirector.py Mon Nov 05 09:29:21 2012 +0100 @@ -15,7 +15,7 @@ purlHandler=None def __init__(self): #read config file for the viewers - confFile= file("viewer.config") + confFile= file("/usr/local/metadataServices/purlService/restService/viewer.config") self.purlHandler = manageIndexMetaPURLs.IndexMetaPURLManager() @@ -92,4 +92,4 @@ raise web.redirect(viewerUrl,"302 found") if __name__ == '__main__': - pass \ No newline at end of file + pass