I changed everything required. application.name and config.xml. No change. Then I used the grep command to search for any instances of the old application.name (Realtime Auction Network) but it doesn't show up in any files.
If you see the screenshot I included earlier you'll see the steps I've taken. Regards, Steve Forster System Architect eCommerce Consultant datacomIT _______________________________________________________________________ If you require urgent assistance, please contact our helpdesk on (03) 9522 2022 or mailto:helpd...@datacomit.com.au Tel: +613 9522 2014 Fax: +613 9522 2099 Mobile: +61 411389531 email: steve.fors...@datacomit.com.au www: http://www.datacomit.com.au/ 70 Dorcas Street Southbank VIC Australia 3006 A.B.N. 67006527840 -----Original Message----- From: Cimpeanu Stefan [mailto:bog...@cimpeanu.org] Sent: Friday, 15 November 2013 10:54 AM To: user@openmeetings.apache.org Subject: Re: App name not updating Hi. Have you changed in Admin -> Configuration the value for application.name ? I think that's what you're actually looking for. Regards, Bogdan On 11/15/2013 1:47 AM, Steve Forster wrote: > Thanks Maxim, I've done that numerous times. > > I figure we're running out of possible solutions now. > > Steve > > > -----Original Message----- > From: Maxim Solodovnik [mailto:solomax...@gmail.com] > Sent: Thu 11/14/2013 8:56 PM > To: Openmeetings user-list > Subject: Re: App name not updating > > I would suggest to restart red5 and clean up browser cache. > > > On Thu, Nov 14, 2013 at 4:27 PM, Steve Forster < > steve.fors...@datacomit.com.au> wrote: > >> Thanks for the response guys. >> >> >> >> I had titled OpenMeetings Realtime Auction Network but want to change it >> to Video Conference >> >> >> >> I changed it in the browser and config.xml and because it wasn't updating >> I searched for Realtime in a putty session to see if it existed. >> >> >> >> >> >> But PuTTy can't find it so I'm at a loss. >> >> >> >> Any clues? >> >> >> >> Regards, >> >> >> Steve Forster >> >> System Architect >> >> eCommerce Consultant >> >> *datacomIT* >> >> _______________________________________________________________________ >> *If you require urgent assistance, please contact our helpdesk on* >> >> *(03) 9522 2022 *or >> *mailto:helpd...@datacomit.com.au*<helpd...@datacomit.com.au> >> >> >> *Tel:* +613 9522 2014 *Fax:* +613 9522 2099 *Mobile:* +61 411389531 >> >> *email:* steve.fors...@datacomit.com.au <//edgar.fe...@datacomit.com.au> >> * www:* http://www.datacomit.com.au/ >> 70 Dorcas Street Southbank VIC Australia 3006 *A.B.N.* 67006527840 >> >> >> >> *From:* George Kirkham [mailto:gkirk...@co2crc.com.au] >> *Sent:* Thursday, 14 November 2013 5:06 PM >> *To:* user@openmeetings.apache.org >> *Subject:* RE: App name not updating >> >> >> >> Steve, >> >> >> >> Hopefully someone will understand what you are asking and be able to >> assist. >> >> >> >> Sadly, I don't understand what you mean by "app name" and "Realtime" ? >> Would you mind providing a bit more detail about what you want to achieve? >> >> >> >> For finding files with specific text I often use the following, though it >> does not follow symbolic links. >> >> find . -type f -name "*.*" -print0 | xargs -0 -e grep -nH -e " >> OpenMeetings " >> >> find /path/to/directory -type f -name "*.*" -print0 | xargs -0 -e grep -nH >> -e " OpenMeetings " >> >> find /var/lib/red5/webapps -type f -name "*.*" -print0 | xargs -0 -e grep >> -nH -e "OpenMeetings" >> >> 1. How do I search directories recursively? >> 2. grep -r 'hello' /home/gigi >> >> searches for 'hello' in all files under the /home/gigi directory. For >> more control over which files are searched, use find, grep, and xargs. >> For example, the following command searches only C files: >> >> find /home/gigi -name '*.c' -print0 | xargs -0r grep -H 'hello' >> >> This differs from the command: >> >> grep -H 'hello' *.c >> >> which merely looks for 'hello' in all files in the current directory >> whose names end in '.c'. The 'find ...' command line above is more >> similar to the command: >> >> grep -rH --include='*.c' 'hello' /home/gigi >> >> >> >> Thanks, >> >> >> >> George Kirkham >> >> >> >> >> >> *From:* Steve Forster [mailto:steve.fors...@datacomit.com.au] >> *Sent:* Thursday, 14 November 2013 11:05 AM >> *To:* user@openmeetings.apache.org >> *Subject:* App name not updating >> >> >> >> Hi, >> >> >> >> I have a strange issue updating the app name. I've changed it in >> config.xml and in the application however it doesn't update in the >> application. >> >> >> >> I ran grep in SSH (grep -r -H "Realtime" *) but it couldn't locate any >> instances of the name either. >> >> >> >> Can anyone advise? >> >> >> >> Regards, >> >> >> Steve Forster >> >> System Architect >> >> eCommerce Consultant >> >> *datacomIT* >> >> _______________________________________________________________________ >> *If you require urgent assistance, please contact our helpdesk on* >> >> *(03) 9522 2022 *or >> *mailto:helpd...@datacomit.com.au*<helpd...@datacomit.com.au> >> >> >> *Tel:* +613 9522 2014 *Fax:* +613 9522 2099 *Mobile:* +61 411389531 >> >> *email:* steve.fors...@datacomit.com.au <//edgar.fe...@datacomit.com.au> >> * www:* http://www.datacomit.com.au/ >> 70 Dorcas Street Southbank VIC Australia 3006 *A.B.N.* 67006527840 >> >> >> >> >> >> Message protected by MailGuard: e-mail anti-virus, anti-spam and content >> filtering. >> http://www.mailguard.com.au/mg >> >> >> >> >> >> >> Message protected by MailGuard: e-mail anti-virus, anti-spam and content >> filtering. >> http://www.mailguard.com.au/mg >> >> >> Report this message as >> spam<https://login.mailguard.com.au/report/1Inq72yp3W/1tlzYu0jIW2NakTXJpvQWV/1.091> >> >> >> Message protected by MailGuard: e-mail anti-virus, anti-spam and content >> filtering. >> http://www.mailguard.com.au/mg >> >> >> > > -- Message protected by MailGuard: e-mail anti-virus, anti-spam and content filtering.http://www.mailguard.com.au/mg