[progress Communities] [progress Openedge Abl] Forum Post: Re: The Oemanager Web...

  • Thread starter Thread starter Irfan
  • Start date Start date
Status
Not open for further replies.
I

Irfan

Guest
Hi Telma, What would you like to access ? oemanager is used to provide access for the REST API's to manage the PASOE Instance. From the URL, it seems like you were trying to access localhost:8810/oemanager . It gives a 403 because that is the correct behaviour to not show anything on accessing the oemanager Web Application. You need to be specific in your URL by mentioning what you would like to access with a valid username and password(tomcat/tomcat is by default) For example To get the information about OEABL Applications deployed in the PASOE Instance and its transports, you need to provide the below URL localhost:8810/.../oepas1 localhost:8810/.../sessions ( to get the list of sessions running in oepas1) localhost:8810/.../metrics(metrics information of oepas1) localhost:8810/.../agents(to get the list of agents) You can find lot more from the documentation. Whenever your URL is not valid, you will be seeing a 403 error. Let us know if you need more information

Continue reading...
 
Status
Not open for further replies.
Back
Top