Package org.cloudfoundry.ide.eclipse.server.tests.server

Examples of org.cloudfoundry.ide.eclipse.server.tests.server.WebApplicationContainerBean


    public TestServlet startMockServer() throws Exception {
      Bundle bundle = Platform.getBundle(AllCloudFoundryTests.PLUGIN_ID);
      URL resourceUrl = bundle.getResource("webapp");
      URL localURL = FileLocator.toFileURL(resourceUrl);
      File file = new File(localURL.getFile());
      webContainer = new WebApplicationContainerBean(file);

      // FIXNS: Commented out because of STS-3159
      // webContainer.start();
      return getServer();
    }
View Full Code Here

TOP

Related Classes of org.cloudfoundry.ide.eclipse.server.tests.server.WebApplicationContainerBean

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.