ConsumerResource is a singleton.... 1. run ant generate in ../examples/consumer 2. cd to the generated/consumer dir 3. copy method parts from method_impls dir into the generated files 4. Modify the Consumer_jndi-config.xml jndi config file to remove the resourceIdentifierReferenceParameterName parameter...This service is a singleton. 5. run ant compile deploy (in the generated/consumer dir) to deploy to tomcat 6. copy the notifconsumer.jsp and epr directory (from ../examples/consumer) to the root of the pubscribe webapp 7. Make sure you've compiled/deployed the filesystem example. 8. from the filesystem example copy the notifproducer.jsp and the epr directory to the pubscribe webapp 9. Modify the epr txt files as necessary for your environment in the pubscribe webapp/epr directory 10. start tomcat 11. browse to http://localhost:8080/pubscribe/notifconsumer.jsp and http://localhost:8080/pubscribe/notifproducer.jsp in separate browswers/tabs (urls may need to be modified)