@Stefan modified files might vary from release to release (as well as DB table, columns, etc.), it would be too much effort to list all changes in every release
The general steps are listed here: https://openmeetings.apache.org/Upgrade.html It will work with any release :))) @Aaron my automated scripts performs commenting/uncommenting/adding new properties, not replacing files. it is not too hard :) and will work with any release (works for me on demo server) *"But in the rooms, the chat messages it is showing the Display Name while the user list is showing the First Name / Last Name. Was there a way implemented where the user list will only show the Display Name?"* I don't understand what are you talking about :( could you illustrate it using some example? while implementing display name I modified all the code to use display name. *"For this addition it would need a toggle in the admin panel for the conference rooms as what to use in the User List <First Name / Last Name or Display Name>"* I see no need in such toggle, display name is always displayed everywhere in OM ... *"On the OM5 note, is there a how-to on setting that one up for SSL?" *I totally have no time to write documentation :( I would appreciate any help here OM5 is shipped as Tomcat9 with preinstalled OM webapp, so all instructions can be found here: https://tomcat.apache.org/ OM5 provide https on port 5443 out-of-the-box Hope I've answered all questions :) On Sun, 6 Jan 2019 at 02:32, Aaron Hepp <aaron.h...@gmail.com> wrote: > Looks like that was the issue. Maybe if possible when point releases are > done list the "connection" files that were modified. Helps when you run > automated scripts to get installs up and going. Didn't know if these change > frequently or not. > > I see we have the Display Name in the profile, and I see the admin setting > to not allow the editing of the Display Name. But in the rooms, the chat > messages it is showing the Display Name while the user list is showing the > First Name / Last Name. Was there a way implemented where the user list > will only show the Display Name? > > While the anonymity aspect is somewhat there as the user has the real name > in the user list and the chat log is showing the display name; if the user > has picture set in their profile that same picture is shown in the chat > messages under their displayed name. The intention was for in some cases > to have complete anonymity so in the rooms only their display name was > being shown. > > For this addition it would need a toggle in the admin panel for the > conference rooms as what to use in the User List <First Name / Last Name or > Display Name>. Just something to maybe look at for OM5. > > On the OM5 note, is there a how-to on setting that one up for SSL? Been > looking at it just in default ports but wanted to see if there was a quick > how-to to get it up on SSL. > > Thank you for you time on the project. > > On 1/5/19 10:38 AM, Maxim Solodovnik wrote: > > This file has been changed in 4.0.7 > Please manually modify shipped file instead of copying > > WBR, Maxim > (from mobile, sorry for the typos) > > On Sat, Jan 5, 2019, 22:34 Aaron Hepp <aaron.h...@gmail.com wrote: > >> Yes the script uses the same container of files and copies them over. >> >> I attached the jee-container.xml that gets used in the copying process. >> >> On 1/5/19 10:28 AM, Maxim Solodovnik wrote: >> >> Usually "spinning circles" means websocket connection failed >> Have you copied jee-container.xml from 4.0.6 installation? >> >> On Sat, 5 Jan 2019 at 21:42, Aaron Hepp <aaron.h...@gmail.com> >> <aaron.h...@gmail.com> wrote: >> >> Tried the new install this morning for 4.07 on existing server. Install and >> configuration went fine. On the 1st login it just get to the spinning >> circles. Attached is the debug log from login. >> >> Last line reads: >> >> DEBUG 01-05 14:39:58.011 o.a.o.w.c.MainPanel:418 [0.0-8443-exec-6] - >> updateContents:: npanels IS null ? false, client IS null ? true >> >> >> > -- WBR Maxim aka solomax