Cross Domain XHR Demo Installation Notes
- IE8 Release Candidate 1 +
browser (we're waiting on a fix for a FireFox 3.1 issue
).
- Java JDK 1.6.x
- A J2EE Servlet Container (tested on Apache Tomcat Version 6.0.18)
- Add an entry for the domains 'foo.local' and 'bar.local', both of which map to localhost, to your /etc/hosts file (on the windows platform, this file is located in the 'C:\WINDOWS\system32\drivers\etc' directory.)
- Download masher war file, rename to csite-masher.war
and move to, e.g. the tomcat 'webapps' directory.
- Download mashee war file, rename to csite-mashee.war
and move to, e.g. the tomcat 'webapps' directory.
- Start your servlet container, if its not already started.
- Go to http://foo.local:8080/csite-masher/demo.htm and click to your hearts content.