Running the Example
The Bookstore example is configured to run in an embedded jetty servlet container right from the Mule server.
The applications will then be available at the following URLs:
- If you want to receive emails when books are ordered, update the $MULE_HOME/apps/mule-example-bookstore/classes/email.properties file with your GMail credentials. Then touch the $MULE_HOME/apps/mule-example-bookstore/mule-config.xml file to reload the app.
- Main Bookstore App (search for and order books): http://localhost:8083/bookstore
- Admin App (add books and get order stats): http://localhost:8083/bookstore-admin
Additional Information
Complete documentation for this example can be found here.