Project

General

Profile

« Previous | Next » 

Revision 8265

Refer to metacat.war deployments since those are now the default. https://projects.ecoinformatics.org/ecoinfo/issues/6082

View differences:

metacat.py
33 33

  
34 34
class MetacatClient:
35 35

  
36
    def __init__(self, server="knb.ecoinformatics.org", urlPath="/knb/metacat"):
36
    def __init__(self, server="localhost:8080", urlPath="/metacat/metacat"):
37 37
        self.metacatUrlPath = urlPath
38 38
        self.metacatServer = server
39 39
        self.sessionid = None

Also available in: Unified diff