Jetty repository user problem
![]()
Hi,
I am developing RTC plugins and testing in debug mode using jetty server. Each time I restart jetty server, I cannot log-in with existing users. When I create a new user, I can log-in with it. Users remain in user management tab. Thank you, |
2 answers
![]()
Thanks, that prevents me from re-creating the environment :)
|
![]()
After you restart the server, try using "password" (no quotes) for the password rather than the user id. I believe this is a Jetty restriction. It does not persist the password and just uses "password" instead. The password the same as the user id works when you first create the id because the the password is still in memory before the server is restarted.
|