Term: MeshWorld
An example InfoGrid application for application developers that demonstrates a standalone MeshBase. Contains a number of Viewlets, the HttpShell, and a test Model.
To run MeshWorld:
- Download the MeshWorld web archive (WAR) from Downloads
- Deploy the web archive (WAR) to your Tomcat server
- Access the root URL of the deployed application, such as http://localhost:8080/org.infogrid.meshworld/
This will run MeshWorld in-memory only. All data will be lost when you undeploy the application or quit Tomcat. To run MeshWorld unchanged with MySQL as persistence engine, create a MySQL database called meshworldDB on localhost that can be accessed without username or password. To secure it, change MeshWorld's context.xml file.
See also:
