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