Did something change in build 1135 that would effect the default folder rename process?

I did everything I normally do after a new version and everything runs fine without error. But none of the MySQL data appears?

I'm thinking one of the files that reference then renamed default folder has changed but I couldn't find it.

FYI: If I don't rename the default folder everything works fine so it has something to do with the renaming of the default folder or the way I'm doing it which has been the same for every v4 build before this one.

Any suggestions?

Nothing has been changed in build 1135 that could affect this. If the process worked for you before it should work now as well. You need to look at other reasons.

Hi,

I have to support the claim of ab042, I am now experiencing the same problem after upgrading to 1135. However, I don't believe that the problem is with the data connection, that is fine. The problem is with query displays, they are all showing blank. If you view the single record of system settings, you can see the data.

So to ask the question another way, is there anything different in 1135 in the way that it handles queries?

Pete

Just checked queries in the CRM sample application with build 1135 - they all work fine. Do they work for you? Do queries work in a standard "AwareIM" directory setup?

This is very strange, because in theory there were no changes that could have affected this.

My profuse apologies. In my rush to test it out before I headed out to take my daughter to school I modified my local version and then overwrote the new production server version but neglected to change the folder reference from AwareIM in the js file.

I realized my error while driving and almost got a speeding ticket rushing back to fix it before you wasted any time troubleshooting this.

Sorry about that, it works fine now.
Pete

I went through the process manually and it does work. I'm not sure why my batch file that I've been using for sometime didn't.

When I get time to debug if I find something that maybe helpful to another user I'll post my findings here but the above method works.

Thanks for the fast response and sorry to waist your time.

No worries, guys. I know how you felt Pete - I nearly got a heart attack thinking that queries no longer work in the new build.

Cheers

23 days later

Any suggestions as to what the best settings for memory with the following configuration:

Dual Xeon 3.0Ghz
8 Gig Ram
Windows Server 64bit
MySQL 64 bit

You have plenty of RAM. Memory settings depend on the nature of your application. If you are likely to have MANY concurrent users, allocate as much memory as possible to Tomcat, for example 512M or more. It is ALWAYS a good idea to allocate as much memory as possible to the Aware IM Server - in your case you can allocate 512M easily and probably more.

a month later

Correction to step 3 in the original post:

The file to change is now AwareIM/Tomcat/webapps/AwareIM/aware_ext/aware.js

NOT aware_app.js !!

6 months later

This is very good trick to do,

I followed the steps as shown above and it works also, but i like to ask is there any way to set down the OperationMode URL also. Like we can set Memory Settings and others at control panel settings or I need to change somewhere in file under awareIM folder.

When i renamed the folder and run my application by clicking on the operation button on control panel it will show the same AwareIm/logonAdmin.html so page can't displayed, which every time i need to change manually newfoldernam/logonAdmin.html.

Then it runs!.

any suggestions!

yes, I already see at the above this and tried but not worked.

i added the same line in the last of UICofig.prop file.

NOT WORKED!!

As a suggestion for the improvements list for future releases, perhaps we could see this functionality being part of the Control Panel "Settings" dialog

a month later

If you have changed the default folder then previewing forms will not work

To get the preview working you need to add the following property:

WebAppBase=YourFolderName

to the file UIConfig.props located in the BIN directory of your Aware IM installation.

2 months later

Most up-to-date instructions:

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

  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\newfoldername\aware_ext, search for AwareIM and replace it with newfoldername

  4. Open UIConfig.props file in /AwareIM/bin and add: OperationMode = http://localhost:8080/newfoldername/logonAdmin.html

a year later

I have installed Version 5.0 (1399) Today and have changed the .js files to the changed webapps\go path.
When I select a query no data are shown in the Output.
I had no problems with changing the webapps folder until 4.95.
Is there something new where I have to do changes?
I did also change the files in D:\tbs\Tomcat\webapps\go\aware_ext_mobile

There are also the following issues with 5.0:

1) The Loginform is always automatically centered and can't be poisitioned in a e.g. a DIV at a fixed position, in 4.98 it could be positioned.

2) After a Session was closed by Timeout the reconnect ignores the changed path of the webapp and redirects to the default ../AwareIM/.. and not to the custom path ../go/..

3) After a Session was logged off by usin“g the Logout Button it ignores the changed path of the webapp and redirects to the default ../AwareIM/.. and not to the custom path ../go/..

If you have changed the default Aware IM path you could have lost the changes in the file aware.js when you installed the upgrade. You need to perform those changes again.

Version 5.0 is no different from 4.95 in all the respects that you mention.

Thanks, you are right, the only "change" I have found is the following folder name \Tomcat\webapps\AwareIM\ext20 has changed to \Tomcat\webapps\AwareIM\ext30