Project

General

Profile

« Previous | Next » 

Revision 3196

Added by berkley over 17 years ago

more changes for the ajax stuff. it now works on the production server

View differences:

MetacatResultsWidget.java
47 47
      // Use a module-relative URLs to ensure that this client code can find 
48 48
      // its way home, even when the URL changes (as might happen when you 
49 49
      // deploy this as a webapp under an external servlet container). 
50
      //String moduleRelativeURL = GWT.getModuleBaseURL() + "kepler";      
51
//      String moduleRelativeURL = "http://library.kepler-project.org/kepler/gwt";
52
      String moduleRelativeURL = "http://dana:8080/kepler/gwt";
53
      System.out.println("connection url: " + moduleRelativeURL);
50
      String moduleRelativeURL = GWT.getModuleBaseURL() + "kepler";      
51
      moduleRelativeURL = "http://library.kepler-project.org/kepler/gwt";
54 52
      target.setServiceEntryPoint(moduleRelativeURL);
55 53
    }
56 54

  

Also available in: Unified diff