Skip to content

Commit

Permalink
edit CURL command for ReadyApp
Browse files Browse the repository at this point in the history
  • Loading branch information
rosemarymarano committed Feb 19, 2019
1 parent ad68dbe commit 69bbbca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions site/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,8 @@ e. To confirm that the load balancer noticed the new Ingress and is successfully
$ kubectl get po -n sample-domain1-ns -o wide
```

**NOTE**: Be sure to include the trailing forward slash on the URL, otherwise the command won't work.

```
$ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/
$ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/ready
* About to connect() to your.server.com port 30305 (#0)
* Trying 10.196.1.64...
* Connected to your.server.com (10.196.1.64) port 30305 (#0)
Expand Down

0 comments on commit 69bbbca

Please sign in to comment.