Git Product home page Git Product logo

sample.servlet's Introduction

Servlet Sample Build Status

This project contains a simple Servlet application.

Download sample.servlet.war.

Running in Eclipse

Maven

  1. Download and install Eclipse with the WebSphere Developer Tools.
  2. Create a new Liberty Profile Server. See step 3 for details.
  3. Clone this repository.
  4. Import the sample into Eclipse using File -> Import -> Maven -> Existing Maven Projects option.
  5. Right click on the project and go to Properties > Project Facets and select Dynamic Web Module (if not already selected).
  6. Deploy the sample into Liberty server. Right click on the servlet sample and select Run As -> Run on Server option. Find and select the Liberty profile server and press Finish.
  7. Go to: http://localhost:9080/servlet

Gradle

  1. Go to Help > Eclipse Marketplace > Install Buildship Gradle Integration 2.0
  2. Clone this project and import into Eclipse as an 'Existing Gradle Project'.
  3. Go to Window > Show View > Other > Gradle Executions & Gradle Tasks
  4. Go to Gradle Tasks view and run clean in build folder, then build in build folder, then libertyStart in liberty folder.
  5. You should see the following in the console: Application servlet started in XX.XX seconds.
  6. Go to: http://localhost:9080/servlet

Running in the Command Line

Maven

This project can be built with Apache Maven. The project uses Liberty Maven Plug-in to automatically download and install the Liberty Java EE Web Profile 7 runtime from Maven Central. 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 the full Maven build. The Liberty Maven Plug-in will download and install the Liberty server.

    $ mvn clean install
  2. To run the server with the Servlet sample execute:

    $ mvn liberty:run-server

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

Please refer to the Liberty Maven Plug-in repository for documentation about using the Liberty Maven Plug-in.

Gradle

This project can also be built and run with Gradle. The provided build.gradle file applies the Liberty Gradle Plug-in and is configured to automatically download and install the Liberty Java EE Web Profile 7 runtime from Maven Central. The Liberty Gradle Plug-in has built-in tasks that can be used to create, configure, and run the application on the Liberty server.

Use the following steps to run the application with the Gradle wrapper (Windows machines use gradlew.bat):

  1. Execute the full Gradle build. The Liberty Gradle Plug-in will download and install the Liberty server.

    $ ./gradlew clean build
  2. To start the server with the Servlet sample execute:

    $ ./gradlew libertyStart

    Alternatively, execute the run command:

    $ ./gradlew libertyRun --no-daemon

Once the server has started, the application will be available under http://localhost:9080/servlet.

  1. To stop the server, execute:
    $ ./gradlew libertyStop

Note, if Gradle is properly installed, Gradle commands can be executed directly using gradle and wouldn't require gradlew.

Please refer to the Liberty Gradle Plug-in repository for documentation about using the Liberty Gradle Plug-in.

Deploying to Bluemix

Click the button below to deploy your own copy of this application to Bluemix.

Deploy to Bluemix

Notice

© Copyright IBM Corporation 2017.

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.

sample.servlet's People

Contributors

dshimo avatar jgawor avatar billyd73 avatar wasdevb1 avatar chyt avatar ezhil45 avatar mattbsox avatar lauracowen avatar

Watchers

James Cloos 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.