Author: kstam
Date: Wed Jan  5 18:40:37 2011
New Revision: 1055572

URL: http://svn.apache.org/viewvc?rev=1055572&view=rev
Log:
JUDDI-430 use context-param instead

Modified:
    juddi/trunk/juddiv3-samples/src/main/webapp/WEB-INF/web.xml

Modified: juddi/trunk/juddiv3-samples/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddiv3-samples/src/main/webapp/WEB-INF/web.xml?rev=1055572&r1=1055571&r2=1055572&view=diff
==============================================================================
--- juddi/trunk/juddiv3-samples/src/main/webapp/WEB-INF/web.xml (original)
+++ juddi/trunk/juddiv3-samples/src/main/webapp/WEB-INF/web.xml Wed Jan  5 
18:40:37 2011
@@ -32,6 +32,12 @@
     <param-name>log4jConfigLocation</param-name>
     <param-value>/WEB-INF/classes/log4j.properties</param-value>
   </context-param>
+  
+   <context-param>
+       <param-name>uddi.client.manager.name</param-name>
+       <param-value>example-manager</param-value>
+  </context-param>
+  
 
   <listener>
     <listener-class>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to