Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyD73 authored Apr 28, 2017
1 parent c7f4d40 commit b701470
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The simple servlet sample with added security - it prompts you for credentials b
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](http://localhost:9080/servlet)
7. Go to: [http://localhost:9080/basicauth](http://localhost:9080/basicauth)

## Running with Maven

Expand All @@ -29,13 +29,7 @@ Use the following steps to run the application with Maven:
$ mvn liberty:run-server
```

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

## Deploying to Bluemix

Click the button below to deploy your own copy of this application to [Bluemix](https://bluemix.net).

[![Deploy to Bluemix](https://bluemix.net/deploy/button.png)](https://bluemix.net/deploy?repository=https://github.com/WASdev/sample.servlet.git)
Once the server is running, the application will be available under [http://localhost:9080/basicauth](http://localhost:9080/basicauth).

# Notice

Expand Down

0 comments on commit b701470

Please sign in to comment.