InterviewSolution
Saved Bookmarks
| 1. |
What is a route and how can you create a simple HTTP-based route to a web application? |
|
Answer» You can use a ROUTE to host your app at a public URL. Depending on your application's network security setup, it can be secure or insecure. An HTTP-based route is an unsecured route that provides a service on an unsecured application port and employs the FUNDAMENTAL HTTP ROUTING protocol. Using the hello-openshift application as an example, the following technique explains how to construct a simple HTTP-based route to a WEB application. Prerequisites:
Procedure to create a simple HTTP-based route to a web application:
|
|