Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:3300_mobile_apps:monaca [2025/06/12 02:35] – Rename to AwareIM aware_support3docs:3300_mobile_apps:monaca [2025/06/12 04:00] (current) – Change to AwareIM aware_support3
Line 46: Line 46:
  
 ===== Running mobile native applications ===== ===== Running mobile native applications =====
-Before running native applications you need to make some changes to Aware IM Tomcat files on the server:+Before running native applications you need to make some changes to AwareIM Tomcat files on the server:
  
-1. The following change will make sure that calls to the Aware IM Server from the native application are not interpreted as "cross-origin" calls and rejected.+1. The following change will make sure that calls to the AwareIM Server from the native application are not interpreted as "cross-origin" calls and rejected.
 Modify the file AwareIM/Tomcat/webapps/AwareIM/WEB-INF/web.xml to include the following: Modify the file AwareIM/Tomcat/webapps/AwareIM/WEB-INF/web.xml to include the following:
  
Line 74: Line 74:
  
  
-2. The following change will disable using cookies by Aware IM as they cause security problems when running mobile native applications.+2. The following change will disable using cookies by AwareIM as they cause security problems when running mobile native applications.
 Modify the file AwareIM/Tomcat/webapps/AwareIM/WEB-INF/web.xml and change <web-app> to Modify the file AwareIM/Tomcat/webapps/AwareIM/WEB-INF/web.xml and change <web-app> to
 <web-app xmlns="https://jakarta.ee/xml/ns/jakartaee" <web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
  • Last modified: 2025/06/12 02:35