Re: Admin password for Tomcat

2023-12-30 Thread Christopher Schultz
Jerry, On 12/30/23 01:20, Jerry Malcolm wrote: Chris, On 12/29/2023 11:22 AM, Christopher Schultz wrote: Jerry, On 12/28/23 18:33, Jerry Malcolm wrote: Chris, On 12/28/2023 3:38 PM, Christopher Schultz wrote: Jerry. On 12/27/23 02:13, Jerry Malcolm wrote: I implemented the filter as you

Re: Admin password for Tomcat

2023-12-29 Thread Jerry Malcolm
Chris, On 12/29/2023 11:22 AM, Christopher Schultz wrote: Jerry, On 12/28/23 18:33, Jerry Malcolm wrote: Chris, On 12/28/2023 3:38 PM, Christopher Schultz wrote: Jerry. On 12/27/23 02:13, Jerry Malcolm wrote: I implemented the filter as you suggested.  But I guess I'm going to need some

Re: Admin password for Tomcat

2023-12-29 Thread Christopher Schultz
Jerry, On 12/28/23 18:33, Jerry Malcolm wrote: Chris, On 12/28/2023 3:38 PM, Christopher Schultz wrote: Jerry. On 12/27/23 02:13, Jerry Malcolm wrote: I implemented the filter as you suggested.  But I guess I'm going to need some education on sessions.  Down in a user profile web page I

Re: Admin password for Tomcat

2023-12-28 Thread Jerry Malcolm
Chris, On 12/28/2023 3:38 PM, Christopher Schultz wrote: Jerry. On 12/27/23 02:13, Jerry Malcolm wrote: I implemented the filter as you suggested.  But I guess I'm going to need some education on sessions.  Down in a user profile web page I have a button to "Impersonate". I'm with you so

Re: Admin password for Tomcat

2023-12-28 Thread Christopher Schultz
Jerry. On 12/27/23 02:13, Jerry Malcolm wrote: I implemented the filter as you suggested.  But I guess I'm going to need some education on sessions.  Down in a user profile web page I have a button to "Impersonate". I'm with you so far. I create the GenericPrincipal object and store it in

Re: Admin password for Tomcat

2023-12-26 Thread Jerry Malcolm
Chris, On 12/26/2023 11:35 AM, Christopher Schultz wrote: Jerry, On 12/24/23 19:18, Jerry Malcolm wrote: Chris, On 11/8/2023 2:43 PM, Christopher Schultz wrote: Jerry, On 11/6/23 23:22, Jerry Malcolm wrote: On 11/5/2023 11:54 AM, Jerry Malcolm wrote: On 11/5/2023 9:26 AM, Christopher

Re: Admin password for Tomcat

2023-12-26 Thread Christopher Schultz
Jerry, On 12/24/23 19:18, Jerry Malcolm wrote: Chris, On 11/8/2023 2:43 PM, Christopher Schultz wrote: Jerry, On 11/6/23 23:22, Jerry Malcolm wrote: On 11/5/2023 11:54 AM, Jerry Malcolm wrote: On 11/5/2023 9:26 AM, Christopher Schultz wrote: Jerry, On 11/4/23 20:17, Jerry Malcolm

Re: Admin password for Tomcat

2023-12-24 Thread Jerry Malcolm
Chris, On 11/8/2023 2:43 PM, Christopher Schultz wrote: Jerry, On 11/6/23 23:22, Jerry Malcolm wrote: On 11/5/2023 11:54 AM, Jerry Malcolm wrote: On 11/5/2023 9:26 AM, Christopher Schultz wrote: Jerry, On 11/4/23 20:17, Jerry Malcolm wrote: My support team needs to be able to log in to

Re: Admin password for Tomcat

2023-11-08 Thread Christopher Schultz
Jerry, On 11/6/23 23:22, Jerry Malcolm wrote: On 11/5/2023 11:54 AM, Jerry Malcolm wrote: On 11/5/2023 9:26 AM, Christopher Schultz wrote: Jerry, On 11/4/23 20:17, Jerry Malcolm wrote: My support team needs to be able to log in to our site as various users (on behalf of...) to be able to

Re: Admin password for Tomcat

2023-11-06 Thread Jerry Malcolm
On 11/5/2023 11:54 AM, Jerry Malcolm wrote: On 11/5/2023 9:26 AM, Christopher Schultz wrote: Jerry, On 11/4/23 20:17, Jerry Malcolm wrote: My support team needs to be able to log in to our site as various users (on behalf of...) to be able to see exactly what they are seeing since roles,

Re: Admin password for Tomcat

2023-11-05 Thread Jerry Malcolm
On 11/5/2023 9:26 AM, Christopher Schultz wrote: Jerry, On 11/4/23 20:17, Jerry Malcolm wrote: My support team needs to be able to log in to our site as various users (on behalf of...) to be able to see exactly what they are seeing since roles, access groups, history is different for

Re: Admin password for Tomcat

2023-11-05 Thread Christopher Schultz
Jerry, On 11/4/23 20:17, Jerry Malcolm wrote: My support team needs to be able to log in to our site as various users (on behalf of...) to be able to see exactly what they are seeing since roles, access groups, history is different for different users.  I would like to implement an admin

Re: Admin password for Tomcat

2023-11-05 Thread Peter Kreuser
Jerry, > Am 05.11.2023 um 02:34 schrieb Brian Wolfe : > > You need to build a custom realm for that if you're using tomcat to manage > your user sessions and not creating your own sessions for your application. > You can extend the existing one that you're using. I assume you're using > the

Re: Admin password for Tomcat

2023-11-04 Thread Brian Wolfe
You need to build a custom realm for that if you're using tomcat to manage your user sessions and not creating your own sessions for your application. You can extend the existing one that you're using. I assume you're using the JDBC Realm since you said you have an USERS table. So you could add

Admin password for Tomcat

2023-11-04 Thread Jerry Malcolm
My support team needs to be able to log in to our site as various users (on behalf of...) to be able to see exactly what they are seeing since roles, access groups, history is different for different users.  I would like to implement an admin password where I can log in as any userId with this