Change Folder Name in v7

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Change Folder Name in v7

Post by weblike »

Hi guys,

just upgraded to v7. Does anyone know how to change the folder /AwareIM name in v7?

The are no aware.js, aware_full.js any more .....

A little help would be much appreciated.

Thank you.
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
rob_h7
Posts: 85
Joined: Mon Jan 25, 2010 3:52 am

Re: Change Folder Name in v7

Post by rob_h7 »

We're using linux version, but do you not have aware.js & aware_full.js in the aware_kendo folder in AwareIM/Tomcat/webapps/AwareIM/?

Just change there, same as old method.
Rob . Aware 8.4 (build 2718), Developer Edition, using Linux, MYSQL
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Re: Change Folder Name in v7

Post by weblike »

It's not working.

The app is opening, but the records are not displayed in the grid...The grids are empty...

In aware_kendo -> have changed the aware.js and aware_full.js...

Is there an other file to change besides the old fashion?

Thank you
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
rob_h7
Posts: 85
Joined: Mon Jan 25, 2010 3:52 am

Re: Change Folder Name in v7

Post by rob_h7 »

Did you also change in /AwareIM/Tomcat/webapps/AwareIM/WEBINF/web.xml ?
Rob . Aware 8.4 (build 2718), Developer Edition, using Linux, MYSQL
intra
Posts: 279
Joined: Thu Oct 11, 2012 1:30 pm
Location: Australia

Re: Change Folder Name in v7

Post by intra »

same problems here too..

A solution would be to create a symbolic link from one directory to the next, however it does fall over at times.

Support can you provide us with some help?
Avid Linux user....
RocketRod
Posts: 907
Joined: Wed Aug 06, 2008 4:22 am
Location: Melbourne

Re: Change Folder Name in v7

Post by RocketRod »

What you did is what I did and its fine for me. So it may be something to do with your queries with all the new changes. Suggest you add a new simple query and see if that works.

Cheers Rod
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Re: Change Folder Name in v7

Post by weblike »

Finally I managed to get back online.
I have repeated same steps over and over. I can bet that I did the same every time, but seems that I was wrong. It was 3:00 am indeed, maybe my eyes were playing with me.
thx,
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
BenHayat
Posts: 2749
Joined: Thu Dec 23, 2010 5:48 am
Location: Fla, USA
Contact:

Re: Change Folder Name in v7

Post by BenHayat »

weblike wrote:Finally I managed to get back online.
I have repeated same steps over and over. I can bet that I did the same every time, but seems that I was wrong. It was 3:00 am indeed, maybe my eyes were playing with me.
thx,
George [BTW, happy birthday man], do you mind sharing a step-by-step how to do this?
Thank you in advance!
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Re: Change Folder Name in v7

Post by weblike »

Ben, thx. I've got the best gift for my birthday. "V7" :)

Here is what I did. Pretty much is the same like old way, only aware_ext was replaced with aware_kendo folder:

***************************************************************************************
Before update
0a. save folder C:\AwareIM


***************************************************************************************
After update

1. Rename
C:\AwareIM\Tomcat\webapps\AwareIM directory
to
C:\AwareIM\Tomcat\webapps\CustomFolderName



2. Open the file web.xml located in the
AwareIM/Tomcat/webapps/newfoldername/WEB-INF directory,
search for AwareIM and replace it with newfoldername



3. Open the file aware.js located in
C:\AwareIM\Tomcat\webapps\CustomFolderName\aware_kendo,
search for "AwareIM" and replace it with newfoldername
Open the file aware_full.js located in
C:\AwareIM\Tomcat\webapps\CustomFolderName\aware_kendo,
search for "AwareIM" and replace it with newfoldername


4. Open UIConfig.props file in /AwareIM/bin and add:

OperationMode = http://localhost:8080/CustomFolderName/logonAdmin.html
WebAppBase=CustomFolderName


I have not tried yet to replace the JDK 32 with 64bit, but i will in a few days. The step "#0a Before update" is for that part mostly.

Cheers,
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Re: Change Folder Name in v7

Post by weblike »

Don't forget to clear the cache. This is what I did different on my last change and worked.

cheers,
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
BenHayat
Posts: 2749
Joined: Thu Dec 23, 2010 5:48 am
Location: Fla, USA
Contact:

Re: Change Folder Name in v7

Post by BenHayat »

Thanks George!
hpl123
Posts: 2611
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

Re: Change Folder Name in v7

Post by hpl123 »

Don´t forget this option also works :):
http://www.awareim.com/forum/viewtopic.php?f=4&t=8317
Henrik (V8 Developer Ed. - Windows)
baskosi
Posts: 50
Joined: Fri Sep 29, 2006 9:15 pm
Location: Slovenia
Contact:

Re: Change Folder Name in v7

Post by baskosi »

There is one more place where the /AwareIM needs to be replaced:

Open the file awareApp.js located in
C:\AwareIM\Tomcat\webapps\CustomFolderName\aware_kendo,
search for "AwareIM" and replace it with newfoldername
Borut
Post Reply