Skip to main content



      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 08:05 Go to next message
Eclipse UserFriend
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 02:30 Go to previous messageGo to next message
Eclipse UserFriend
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
Re: Access to Diagnostic servlet [message #1861621 is a reply to message #1861485] Mon, 23 October 2023 15:28 Go to previous message
Eclipse UserFriend
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: Mon Apr 21 02:16:24 EDT 2025

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

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

Back to the top