Giter VIP home page Giter VIP logo

coerdemo-1483589617752's Introduction

Java Hello World Sample

This project contains a simple Servlet application.

Running the Application Locally in Eclipse with Liberty

  1. Download and install IBM Eclipse Tools for Bluemix.
  2. In the Servers view of Eclipse, right-click to create a new WAS Liberty server. Follow the steps in the wizard, which includes the option to download and install the WAS Liberty runtime.
  3. Import this sample into Eclipse using File -> Import -> Maven -> Existing Maven Projects option.
  4. Deploy the sample into Liberty server. Right click on the JavaHelloWorldApp sample and select Run As -> Run on Server option. Find and select the Liberty profile server and press Finish.
  5. Go to: http://localhost:9080/JavaHelloWorldApp

Running the Application in Bluemix using Eclipse

  1. Download and install IBM Eclipse Tools for Bluemix.
  2. In the Servers view of Eclipse, right-click to create a new IBM Bluemix server. Follow the steps in the wizard.
  3. Import this sample into Eclipse using File -> Import -> Maven -> Existing Maven Projects option.
  4. Deploy the sample into Bluemix server. Right click on the JavaHelloWorldApp sample and select Run As -> Run on Server option. Find and select the Bluemix server and press Finish.

Running with Maven

This project can be build with Apache Maven. The project uses Liberty Maven Plug-in to automatically download and install Liberty profile runtime from the Liberty repository. Liberty Maven Plug-in is also used to create, configure, and run the application on the Liberty server.

Use the following steps to run the application with Maven:

  1. Execute full Maven build. This will cause Liberty Maven Plug-in to download and install Liberty profile server.

    $ mvn clean install
  2. To run a local Liberty server with the JavaHelloWorldApp sample execute:

    $ mvn liberty:run-server

    Once the server is running, the application will be available under http://localhost:9080/JavaHelloWorldApp.

  3. To push the application to Bluemix using the cf command line tool:

    $ cf push <appname> -p target/JavaHelloWorldApp.war

Notice

© Copyright IBM Corporation 2014.

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

coerdemo-1483589617752's People

Contributors

arshad2101 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.