-
when i'm trying to access the endpoint (http://spline:9090/consumer), getting below logs in spline gateway rest-server;
how i can verify that jsp of consumer & producer is present in spline gateway rest-server Logs of spline gatewat rest server:-
Originally posted by @ankit302 in #744 (comment) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Open the server URL in the browser: http://spline:9090/ (in your case) You should see a dashboard with the updating server status information, server version, exposed API endpoints (consumer and producer) and some other useful info. From there you have the root-endpoint, but that is not JSP. Read the following article to understand what endpoint is: On the dashbord you can also open the API docs, there should be all information you need to send requests to that API. |
Beta Was this translation helpful? Give feedback.
Open the server URL in the browser: http://spline:9090/ (in your case)
You should see a dashboard with the updating server status information, server version, exposed API endpoints (consumer and producer) and some other useful info.
From there you have the root-endpoint, but that is not JSP.
Read the following article to understand what endpoint is:
https://www.smashingmagazine.com/2018/01/understanding-using-rest-api/
On the dashbord you can also open the API docs, there should be all information you need to send requests to that API.