You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by sc...@apache.org on 2005/07/28 22:12:38 UTC

svn commit: r225866 - /webservices/pubscribe/trunk/src/examples/consumer/readme.txt

Author: scamp
Date: Thu Jul 28 13:12:37 2005
New Revision: 225866

URL: http://svn.apache.org/viewcvs?rev=225866&view=rev
Log: (empty)

Modified:
    webservices/pubscribe/trunk/src/examples/consumer/readme.txt

Modified: webservices/pubscribe/trunk/src/examples/consumer/readme.txt
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/examples/consumer/readme.txt?rev=225866&r1=225865&r2=225866&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/examples/consumer/readme.txt (original)
+++ webservices/pubscribe/trunk/src/examples/consumer/readme.txt Thu Jul 28 13:12:37 2005
@@ -2,11 +2,26 @@
 
 ConsumerResource is a singleton....
 
-run ant generate
+1. run ant generate
 
-copy method parts from method_impls dir into the generated files
-copy the contents of src into the generated src dir
+2. copy method parts from method_impls dir into the generated files
+3. copy the contents of src into the generated src dir
 
-Modify the ConsumerPort_jndi-config.xml jndi config file to remove the resourceKeyName parameter...This service is a singleton.
+4. Modify the ConsumerPort_jndi-config.xml jndi config file to remove the resourceIdentifierReferenceParameterName parameter...This service is a singleton.
+
+5. run ant compile deploy to deploy to tomcat
+
+6. copy the notifconsumer.jsp to the root of the pubscribe webapp
+
+7. copy the epr directory to the root of the pubscribe webapp
+
+8. Make sure you've compiled/deployed the filesystem example.
+
+9. from the filesystem example copy the notifproducer.jsp and the epr directory to the pubscribe webapp
+
+10. Modify the epr txt files as necessary for your environment in the pubscribe webapp/epr directory
+
+11. start tomcat
+
+12. 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)
 
-run ant compile deploy to deploy to tomcat
\ No newline at end of file