Term: NetMeshWorld
An example InfoGrid application for application developers that demonstrates the Probe Framework. Contains a number of Viewlets, the HttpShell, and a test Model.
To run NetMeshWorld:
- Download the NetMeshWorld 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.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:
