Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Access to Diagnostic servlet(How to access tp /diagnostic servlet to monitor application ?)
Access to Diagnostic servlet [message #1861452] Fri, 13 October 2023 12:05 Go to next message
Seydou Zakou is currently offline Seydou ZakouFriend
Messages: 44
Registered: May 2020
Member
I see that the diagnostic servlet expose a meaningful informations about monitoring the application.

Can someone know how to access this diagnostic servlet (Directly accessing it from server endpoint return 404 response)?

Thanks
Re: Access to Diagnostic servlet [message #1861485 is a reply to message #1861452] Mon, 16 October 2023 06:30 Go to previous messageGo to next message
Paolo Bazzi is currently offline Paolo BazziFriend
Messages: 33
Registered: January 2017
Location: Switzerland
Member
To access the servlet you need to have access to your Scout backend server, e.g.
- your backend must be reachable using http (by network policies)
- the diagnostic servlet must be included in your web.xml
- your ServerServletFilter implementation needs to include an access controller which is able to authorize a user request directly in your backend server (e.g. username/password), usually this part of authenticator is only included in UI server)

Regards,
Paolo


Eclipse Scout Homepage | Documentation | GitHub
Re: Access to Diagnostic servlet [message #1861621 is a reply to message #1861485] Mon, 23 October 2023 19:28 Go to previous message
Seydou Zakou is currently offline Seydou ZakouFriend
Messages: 44
Registered: May 2020
Member
I will follow your suggestion.

Thanks for your reply.
Previous Topic:Changing label position when the field is not empty
Next Topic:Corrupted TEXT.nls file for French accented characters + permission not granted error on js build.sh
Goto Forum:
  


Current Time: Wed May 08 14:55:55 GMT 2024

Powered by FUDForum. Page generated in 0.03525 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top