Searched refs:installerUrl (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/tests/osgi-javaee/osgi-web/common/
H A DBundleUtil.java57 // String installerUrl = "http://localhost:8080/testOSGI/BundleInstaller";
60 String installerUrl = "http://localhost:8080/testREST/web/bundleinstaller"; field in class:BundleUtil
88 //installerUrl = installerUrl + "?installType=" + installType;
89 //installerUrl = installerUrl + "&bundlePath=" + bundlePath;
91 invokeURL(installerUrl, parameters);

Completed in 11 milliseconds