WASdev/sample.servlet.formauth

Name: sample.servlet.formauth

Owner: WASdev

Description: The simple servlet sample with added security using form authentication. #JavaEE

Created: 2017-07-13 14:01:48.0

Updated: 2017-08-30 10:47:34.0

Pushed: 2017-08-30 10:47:33.0

Homepage: null

Size: 16

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Basic Authentication Sample Build Status

The simple servlet sample with added security - it prompts you for credentials before displaying the test web page.

Running in Eclipse
  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/basicauth
Running with Maven

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

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

    n liberty:run-server
    

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

Notice

© Copyright IBM Corporation 2017.

License

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

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

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

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.