Searched defs:host (Results 1 - 25 of 113) sorted by relevance

12345

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/naming/
H A DClientNamingConfigurator.java57 public void setDefaultHost(String host); argument
/glassfish-3.1.2/tests/quicklook/ejb/cmp/src/test/
H A DCmpRosterTestNG.java61 String host=System.getProperty("http.host"); field in class:CmpRosterTestNG
76 String testurl = "http://" + host + ":" + port + "/"+
/glassfish-3.1.2/tests/quicklook/wsit/jaxbosgi/src/test/
H A DJaxbOsgiTestNG.java56 String host = System.getProperty("http.host"); field in class:JaxbOsgiTestNG
63 String testurl = "http://" + host + ":" + port + "/" + strContextRoot + "/index.jsp";
/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/
H A DClientNamingConfiguratorImpl.java72 public void setDefaultHost(String host) { argument
73 SerialInitContextFactory.setDefaultHost(host);
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/
H A DVirtualServerInfo.java55 * Holds value of property host.
57 private String host; field in class:VirtualServerInfo
70 public VirtualServerInfo(String protocol, String host, int port) { argument
72 this.host = host;
81 return this.host;
104 return new URL(protocol, host, port, "");
/glassfish-3.1.2/tests/community/jdbc/jdbcusertx/src/test/
H A DJdbcUserTxTestNG.java65 String host=System.getProperty("http.host"); field in class:JdbcUserTxTestNG
80 String testurl = "http://" + host + ":" + port + "/"+
121 String testurl = "http://" + host + ":" + port + "/"+
/glassfish-3.1.2/tests/community/web/helloworld/src/test/
H A DHelloJSPTestNG.java65 String host=System.getProperty("http.host"); field in class:HelloJSPTestNG
75 //@Parameters({ "host", "port", "contextroot" })
77 //public void webtest(String host, String port, String contextroot) throws Exception{
83 String testurl = "http://" + host + ":" + port + "/"+ strContextRoot + "/hello.jsp";
122 String testurl = "http://" + host + ":" + port;
155 String testurl = "http://" + host + ":" + port + "/"+ strContextRoot + "/first.html";
195 String testurl = "http://" + host + ":" + port + "/"+ strContextRoot + "/simpleservlet";
/glassfish-3.1.2/tests/community/web/jsfinjection/src/test/
H A DJSFInjectionTestNG.java65 String host=System.getProperty("http.host"); field in class:JSFInjectionTestNG
75 //@Parameters({ "host", "port", "contextroot" })
84 String testUrl = "http://" + host + ":" + port + "/"+ strContextRoot + "/jsfHello.jsf";
/glassfish-3.1.2/tests/embedded/maven-plugin/applicationDispatcher/src/test/java/org/glassfish/tests/applicationDispatcher/
H A DWebTest.java73 private static void goGet(String host, int port, argument
/glassfish-3.1.2/tests/embedded/maven-plugin/dirListing/src/test/java/org/glassfish/tests/dirListing/
H A DWebTest.java73 private static void goGet(String host, int port, argument
/glassfish-3.1.2/tests/embedded/maven-plugin/filterURIMapping/src/test/java/org/glassfish/tests/filterURIMapping/
H A DWebTest.java73 private static void goGet(String host, int port, argument
/glassfish-3.1.2/tests/embedded/maven-plugin/queryString/src/test/java/org/glassfish/tests/queryString/
H A DWebTest.java73 private static void goGet(String host, int port, argument
/glassfish-3.1.2/tests/embedded/maven-plugin/secureWebApp/src/test/java/org/glassfish/tests/embedded/securewebapp/
H A DSecureWebAppTest.java75 private static void goGet(String host, int port, argument
/glassfish-3.1.2/tests/embedded/maven-plugin/sessionDestroyed/src/test/java/org/glassfish/tests/sessionDestroyed/
H A DWebTest.java73 private static void goGet(String host, int port, argument
/glassfish-3.1.2/tests/embedded/maven-plugin/standalonewar/src/test/java/org/glassfish/tests/standalonewar/
H A DWebTest.java73 private static void goGet(String host, int port, argument
/glassfish-3.1.2/tests/embedded/maven-plugin/webservice/src/test/java/org/glassfish/tests/standalonewar/
H A DWebTest.java75 private static void goGet(String host, int port, argument
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/test/java/org/glassfish/tests/standalonewar/
H A DWebTest.java73 private static void goGet(String host, int port, argument
/glassfish-3.1.2/tests/quicklook/admincli/src/test/admincli/
H A DRestartDomainTests.java54 String host=System.getProperty("http.host"); field in class:RestartDomainTests
/glassfish-3.1.2/tests/quicklook/bean-validator/integration-test-servlet/src/test/test/bv/servlet/integration/
H A DIntegrationBVServletTestNG.java57 String host=System.getProperty("http.host"); field in class:IntegrationBVServletTestNG
73 //@Parameters({ "host", "port", "contextroot" })
75 //public void webtest(String host, String port, String contextroot) throws Exception{
80 String testurl = "http://" + host + ":" + port + "/" + strContextRoot + "/test";
/glassfish-3.1.2/tests/quicklook/bean-validator/simple-bv-servlet/src/test/test/bv/servlet/simple/
H A DSimpleBVServletTestNG.java57 String host=System.getProperty("http.host"); field in class:SimpleBVServletTestNG
73 //@Parameters({ "host", "port", "contextroot" })
75 //public void webtest(String host, String port, String contextroot) throws Exception{
80 String testurl = "http://" + host + ":" + port + "/" + strContextRoot + "/test";
/glassfish-3.1.2/tests/quicklook/ejb/sfulnoi/src/test/
H A DSfulnoiTestNG.java56 String host=System.getProperty("http.host"); field in class:SfulnoiTestNG
88 String url = "http://" + host + ":" + port + strContextRoot +
/glassfish-3.1.2/tests/quicklook/ejb/singleton/src/test/
H A DSingletonTestNG.java60 String host=System.getProperty("http.host"); field in class:SingletonTestNG
101 String url = "http://" + host + ":" + port + strContextRoot +
/glassfish-3.1.2/tests/quicklook/ejb/slsbnicmt/src/test/
H A DSlsbnicmtTestNG.java56 String host=System.getProperty("http.host"); field in class:SlsbnicmtTestNG
112 String url = "http://" + host + ":" + port + strContextRoot +
/glassfish-3.1.2/tests/quicklook/jdbc/jdbcusertx/src/test/
H A DJdbcUserTxTestNG.java65 String host=System.getProperty("http.host"); field in class:JdbcUserTxTestNG
80 String testurl = "http://" + host + ":" + port + "/"+
121 String testurl = "http://" + host + ":" + port + "/"+
/glassfish-3.1.2/tests/quicklook/persistence/jpainjectemf/src/test/
H A DJpaInjectEMFTestNG.java58 String host=System.getProperty("http.host"); field in class:JpaInjectEMFTestNG
98 String url = "http://" + host + ":" + port + strContextRoot +

Completed in 53 milliseconds

12345