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/27 22:20:39 UTC

svn commit: r225602 - in /webservices/pubscribe/trunk/src: examples/broker/ examples/filesystem/src/java/org/apache/ws/resource/example/filesystem/ examples/pubsubclient/ webapp/WEB-INF/classes/

Author: scamp
Date: Wed Jul 27 13:20:33 2005
New Revision: 225602

URL: http://svn.apache.org/viewcvs?rev=225602&view=rev
Log:
updated for added jndi param for url

Modified:
    webservices/pubscribe/trunk/src/examples/broker/jndi-config.xml
    webservices/pubscribe/trunk/src/examples/broker/jndi-config_wse.xml
    webservices/pubscribe/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/filesystem/Filesystem_jndi-config.xml
    webservices/pubscribe/trunk/src/examples/pubsubclient/jndi-config_wse.xml
    webservices/pubscribe/trunk/src/examples/pubsubclient/jndi-config_wsn.xml
    webservices/pubscribe/trunk/src/webapp/WEB-INF/classes/jndi-config.xml

Modified: webservices/pubscribe/trunk/src/examples/broker/jndi-config.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/examples/broker/jndi-config.xml?rev=225602&r1=225601&r2=225602&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/examples/broker/jndi-config.xml (original)
+++ webservices/pubscribe/trunk/src/examples/broker/jndi-config.xml Wed Jul 27 13:20:33 2005
@@ -58,6 +58,17 @@
       <resource name="home" type="org.apache.ws.eventing.SubscriptionHome">
          <resourceParams>    
             <parameter>
+               <name>baseWebappUrl</name>
+               <!-- 
+               	    The baseWebappUrl can contain the following:               
+               	    -the marker $IP_ADDRESS$ in which case we will attempt to determine the IP address at runtime. (Do not use on multi-homed systems)
+               	    -the marker $HOST_NAME$ in which case we will attempt to determine the host name at runtime
+               	    -NO Marker in which case whatever value you add will be static and used.
+               -->
+               <value>http://$IP_ADDRESS$:8080/pubscribe</value>
+	    </parameter>         
+         
+            <parameter>
                <name>serviceClassName</name>
                <value>org.apache.ws.eventing.services.BrokerService</value>
             </parameter>
@@ -81,6 +92,17 @@
       <resource name="home" type="BrokerHome">
          <resourceParams>        
             <parameter>
+               <name>baseWebappUrl</name>
+               <!-- 
+               	    The baseWebappUrl can contain the following:               
+               	    -the marker $IP_ADDRESS$ in which case we will attempt to determine the IP address at runtime. (Do not use on multi-homed systems)
+               	    -the marker $HOST_NAME$ in which case we will attempt to determine the host name at runtime
+               	    -NO Marker in which case whatever value you add will be static and used.
+               -->
+               <value>http://$IP_ADDRESS$:8080/pubscribe</value>
+	    </parameter>         
+         
+            <parameter>
                <name>serviceClassName</name>
                <value>org.apache.ws.eventing.services.BrokerService</value>
             </parameter>
@@ -105,6 +127,17 @@
    <service name="NotificationPort">
       <resource name="home" type="BrokerHome">
          <resourceParams>
+            <parameter>
+               <name>baseWebappUrl</name>
+               <!-- 
+               	    The baseWebappUrl can contain the following:               
+               	    -the marker $IP_ADDRESS$ in which case we will attempt to determine the IP address at runtime. (Do not use on multi-homed systems)
+               	    -the marker $HOST_NAME$ in which case we will attempt to determine the host name at runtime
+               	    -NO Marker in which case whatever value you add will be static and used.
+               -->
+               <value>http://$IP_ADDRESS$:8080/pubscribe</value>
+	    </parameter>         
+         
             <parameter>
                <name>serviceClassName</name>
                <value>org.apache.ws.eventing.services.BrokerService</value>

Modified: webservices/pubscribe/trunk/src/examples/broker/jndi-config_wse.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/examples/broker/jndi-config_wse.xml?rev=225602&r1=225601&r2=225602&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/examples/broker/jndi-config_wse.xml (original)
+++ webservices/pubscribe/trunk/src/examples/broker/jndi-config_wse.xml Wed Jul 27 13:20:33 2005
@@ -50,6 +50,17 @@
       <resource name="home" type="org.apache.ws.eventing.SubscriptionHome">
          <resourceParams>    
             <parameter>
+               <name>baseWebappUrl</name>
+               <!-- 
+               	    The baseWebappUrl can contain the following:               
+               	    -the marker $IP_ADDRESS$ in which case we will attempt to determine the IP address at runtime. (Do not use on multi-homed systems)
+               	    -the marker $HOST_NAME$ in which case we will attempt to determine the host name at runtime
+               	    -NO Marker in which case whatever value you add will be static and used.
+               -->
+               <value>http://$IP_ADDRESS$:8080/pubscribe</value>
+	    </parameter>         
+         
+            <parameter>
                <name>serviceClassName</name>
                <value>org.apache.ws.eventing.services.BrokerService</value>
             </parameter>
@@ -71,7 +82,18 @@
 
    <service name="NotificationProducer">
       <resource name="home" type="BrokerHome">
-         <resourceParams>        
+         <resourceParams>   
+            <parameter>
+               <name>baseWebappUrl</name>
+               <!-- 
+               	    The baseWebappUrl can contain the following:               
+               	    -the marker $IP_ADDRESS$ in which case we will attempt to determine the IP address at runtime. (Do not use on multi-homed systems)
+               	    -the marker $HOST_NAME$ in which case we will attempt to determine the host name at runtime
+               	    -NO Marker in which case whatever value you add will be static and used.
+               -->
+               <value>http://$IP_ADDRESS$:8080/pubscribe</value>
+	    </parameter>         
+         
             <parameter>
                <name>serviceClassName</name>
                <value>org.apache.ws.eventing.services.BrokerService</value>
@@ -97,6 +119,17 @@
    <service name="NotificationPort">
       <resource name="home" type="org.apache.ws.eventing.SubscriptionHome">
          <resourceParams>
+            <parameter>
+               <name>baseWebappUrl</name>
+               <!-- 
+               	    The baseWebappUrl can contain the following:               
+               	    -the marker $IP_ADDRESS$ in which case we will attempt to determine the IP address at runtime. (Do not use on multi-homed systems)
+               	    -the marker $HOST_NAME$ in which case we will attempt to determine the host name at runtime
+               	    -NO Marker in which case whatever value you add will be static and used.
+               -->
+               <value>http://$IP_ADDRESS$:8080/pubscribe</value>
+	    </parameter>         
+         
             <parameter>
                <name>serviceClassName</name>
                <value>org.apache.ws.eventing.services.BrokerService</value>

Modified: webservices/pubscribe/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/filesystem/Filesystem_jndi-config.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/filesystem/Filesystem_jndi-config.xml?rev=225602&r1=225601&r2=225602&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/filesystem/Filesystem_jndi-config.xml (original)
+++ webservices/pubscribe/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/filesystem/Filesystem_jndi-config.xml Wed Jul 27 13:20:33 2005
@@ -8,6 +8,16 @@
       <resource name="home" type="org.apache.ws.resource.example.filesystem.FilesystemHome">
          <resourceParams>
             <parameter>
+               <name>baseWebappUrl</name>
+               <!-- 
+               	    The baseWebappUrl can contain the following:               
+               	    -the marker $IP_ADDRESS$ in which case we will attempt to determine the IP address at runtime. (Do not use on multi-homed systems)
+               	    -the marker $HOST_NAME$ in which case we will attempt to determine the host name at runtime
+               	    -NO Marker in which case whatever value you add will be static and used.
+               -->
+               <value>http://$IP_ADDRESS$:8080/pubscribe</value>
+	    </parameter>         
+            <parameter>
                <name>serviceClassName</name>
                <value>org.apache.ws.resource.example.filesystem.FilesystemService</value>
             </parameter>

Modified: webservices/pubscribe/trunk/src/examples/pubsubclient/jndi-config_wse.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/examples/pubsubclient/jndi-config_wse.xml?rev=225602&r1=225601&r2=225602&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/examples/pubsubclient/jndi-config_wse.xml (original)
+++ webservices/pubscribe/trunk/src/examples/pubsubclient/jndi-config_wse.xml Wed Jul 27 13:20:33 2005
@@ -51,6 +51,17 @@
       <resource name="home" type="org.apache.ws.eventing.pubsub.SubscriptionHome">
          <resourceParams>
             <parameter>
+               <name>baseWebappUrl</name>
+               <!-- 
+               	    The baseWebappUrl can contain the following:               
+               	    -the marker $IP_ADDRESS$ in which case we will attempt to determine the IP address at runtime. (Do not use on multi-homed systems)
+               	    -the marker $HOST_NAME$ in which case we will attempt to determine the host name at runtime
+               	    -NO Marker in which case whatever value you add will be static and used.
+               -->
+               <value>http://$IP_ADDRESS$:8080/pubscribe</value>
+	    </parameter>         
+         
+            <parameter>
                <name>serviceClassName</name>
                <value>org.apache.ws.eventing.services.SubscriberService</value>
             </parameter>
@@ -76,6 +87,17 @@
 <!--
       <resource name="home" type="org.apache.ws.eventing.SubscriptionHome">
          <resourceParams>
+            <parameter>
+               <name>baseWebappUrl</name>
+               <!-- 
+               	    The baseWebappUrl can contain the following:               
+               	    -the marker $IP_ADDRESS$ in which case we will attempt to determine the IP address at runtime. (Do not use on multi-homed systems)
+               	    -the marker $HOST_NAME$ in which case we will attempt to determine the host name at runtime
+               	    -NO Marker in which case whatever value you add will be static and used.
+               -->
+               <value>http://$IP_ADDRESS$:8080/pubscribe</value>
+	    </parameter>         
+         
             <parameter>
                <name>serviceClassName</name>
                <value>org.apache.ws.eventing.services.subscriber.SubscriberService</value>

Modified: webservices/pubscribe/trunk/src/examples/pubsubclient/jndi-config_wsn.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/examples/pubsubclient/jndi-config_wsn.xml?rev=225602&r1=225601&r2=225602&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/examples/pubsubclient/jndi-config_wsn.xml (original)
+++ webservices/pubscribe/trunk/src/examples/pubsubclient/jndi-config_wsn.xml Wed Jul 27 13:20:33 2005
@@ -52,6 +52,17 @@
       <resource name="home" type="org.apache.ws.notification.pubsub.SubscriptionHome">
          <resourceParams>
             <parameter>
+               <name>baseWebappUrl</name>
+               <!-- 
+               	    The baseWebappUrl can contain the following:               
+               	    -the marker $IP_ADDRESS$ in which case we will attempt to determine the IP address at runtime. (Do not use on multi-homed systems)
+               	    -the marker $HOST_NAME$ in which case we will attempt to determine the host name at runtime
+               	    -NO Marker in which case whatever value you add will be static and used.
+               -->
+               <value>http://$IP_ADDRESS$:8080/pubscribe</value>
+	    </parameter>         
+         
+            <parameter>
                <name>serviceClassName</name>
                <value>org.apache.ws.notification.base.impl.SubscriberService</value>
             </parameter>
@@ -74,6 +85,17 @@
    <service name="SubscriptionEndPort">
       <resource name="home" type="org.apache.ws.notification.pubsub.SubscriptionHome">
          <resourceParams>
+            <parameter>
+               <name>baseWebappUrl</name>
+               <!-- 
+               	    The baseWebappUrl can contain the following:               
+               	    -the marker $IP_ADDRESS$ in which case we will attempt to determine the IP address at runtime. (Do not use on multi-homed systems)
+               	    -the marker $HOST_NAME$ in which case we will attempt to determine the host name at runtime
+               	    -NO Marker in which case whatever value you add will be static and used.
+               -->
+               <value>http://$IP_ADDRESS$:8080/pubscribe</value>
+	    </parameter>         
+         
             <parameter>
                <name>serviceClassName</name>
                <value>org.apache.ws.notification.base.impl.SubscriberService</value>

Modified: webservices/pubscribe/trunk/src/webapp/WEB-INF/classes/jndi-config.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/webapp/WEB-INF/classes/jndi-config.xml?rev=225602&r1=225601&r2=225602&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/webapp/WEB-INF/classes/jndi-config.xml (original)
+++ webservices/pubscribe/trunk/src/webapp/WEB-INF/classes/jndi-config.xml Wed Jul 27 13:20:33 2005
@@ -68,6 +68,17 @@
       <resource name="home" type="org.apache.ws.notification.base.v2004_06.impl.SubscriptionHome">
          <resourceParams>
             <parameter>
+               <name>baseWebappUrl</name>
+               <!-- 
+               	    The baseWebappUrl can contain the following:               
+               	    -the marker $IP_ADDRESS$ in which case we will attempt to determine the IP address at runtime. (Do not use on multi-homed systems)
+               	    -the marker $HOST_NAME$ in which case we will attempt to determine the host name at runtime
+               	    -NO Marker in which case whatever value you add will be static and used.
+               -->
+               <value>http://$IP_ADDRESS$:8080/pubscribe</value>
+	    </parameter>         
+         
+            <parameter>
                <name>serviceClassName</name>
                <value>org.apache.ws.notification.base.v2004_06.impl.SubscriptionService</value>
             </parameter>