4.0 Query ERROR after changing Path

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
marc
Posts: 109
Joined: Wed Nov 07, 2007 3:16 pm
Location: Austria
Contact:

4.0 Query ERROR after changing Path

Post by marc »

We have changed the Tomcat path from:
D:\tbs\Tomcat\webapps\AwareIM
to
D:\tbs\Tomcat\webapps\go

After changing the path all queries are empty when using the 4.0 interface.
We had the same Problem with 3.0, AwareIM Support had sent us an solution, we had to change the path in the following file:
D:\tbs\Tomcat\webapps\go\config\aware_ext.js

What do we have to change for the 4.0 Version?

Thanks
<<Marc>>
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

Open the file called awareApp.js located in the AwareIM/Tomcat/webapps/AwareIM/aware_ext directory

Close to the beginning of the file you will find this line:
m_webAppPrefix: "/AwareIM",

change this to be the name of your directory, for example:
m_webAppPrefix: "/go",

Then refresh the browser to pick up the changes
Aware IM Support Team
Post Reply