Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

What is the best way to modify session timeout of Ranger Admin WebUI?

avatar
New Member

I found it may be possible to set a session timeout of Ranger Admin WebUI by modifying <session-timeout> parameter in web.xml (usually placed in /usr/hdp/${version}/ranger-admin/ews/webapps/WEB-INF), however, this parameter cannot be set via Ambari WebUI. Is it the best way to modify web.xml on Ranger Admin host? If not, what is the best way for it?

1 ACCEPTED SOLUTION

avatar

Yes, modify web.xml directly on Ranger admin host.

View solution in original post

4 REPLIES 4

avatar

Yes, modify web.xml directly on Ranger admin host.

avatar
New Member

@vperiasamy

Thank you for your answer!

I hope I could configure it on Ambari WebUI...

avatar
Super Guru

@Takefumi OHIDE

There is no option to modify the timeout setting from AMbari UI. This can only be done via cli.

avatar
New Member

@Sagar Shimpi

Thank you for your reply. I understood.