Author: scamp
Date: Wed Jul 27 13:20:56 2005
New Revision: 225604

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

Modified:
    
webservices/muse/trunk/src/examples/enterprise/services/application/src/java/org/apache/ws/muse/example/application/Application_jndi-config.xml
    
webservices/muse/trunk/src/examples/enterprise/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/Businessprocesstype_jndi-config.xml
    
webservices/muse/trunk/src/examples/enterprise/services/host/src/java/org/apache/ws/muse/example/host/Host_jndi-config.xml
    
webservices/muse/trunk/src/examples/enterprise/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/Integrationserver_jndi-config.xml
    
webservices/muse/trunk/src/examples/enterprise/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/Resourceadmin_jndi-config.xml
    
webservices/muse/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/filesystem/Filesystem_jndi-config.xml
    
webservices/muse/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/host/Host_jndi-config.xml
    
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherClientConfig/WeatherClientConfig_jndi-config.xml
    
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStation/WeatherStation_jndi-config.xml
    
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStationDir/WeatherStationDir_jndi-config.xml
    
webservices/muse/trunk/src/examples/interop/src/java/com/dell/wsdm/demos/interop/x2005/x04/Ipmiserver_jndi-config.xml
    
webservices/muse/trunk/src/examples/interop/src/java/org/apache/ws/resource/example/blackberry/Blackberry_jndi-config.xml
    
webservices/muse/trunk/src/examples/interop/src/java/org/everest/WeatherStationSoap_jndi-config.xml
    
webservices/muse/trunk/src/examples/interop/src/java/org/everestWeather/wsdm/samples/x2005/x04/schema/Weatherstation_jndi-config.xml
    webservices/muse/trunk/src/webapp/WEB-INF/classes/jndi-config.xml

Modified: 
webservices/muse/trunk/src/examples/enterprise/services/application/src/java/org/apache/ws/muse/example/application/Application_jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/application/src/java/org/apache/ws/muse/example/application/Application_jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/enterprise/services/application/src/java/org/apache/ws/muse/example/application/Application_jndi-config.xml
 (original)
+++ 
webservices/muse/trunk/src/examples/enterprise/services/application/src/java/org/apache/ws/muse/example/application/Application_jndi-config.xml
 Wed Jul 27 13:20:56 2005
@@ -6,6 +6,17 @@
       <resource name="home" 
type="org.apache.ws.muse.example.application.ApplicationHome">

          <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/muse</value>

+           </parameter>         

+         

+            <parameter>

                <name>serviceClassName</name>

                
<value>org.apache.ws.muse.example.application.ApplicationService</value>

             </parameter>


Modified: 
webservices/muse/trunk/src/examples/enterprise/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/Businessprocesstype_jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/Businessprocesstype_jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/enterprise/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/Businessprocesstype_jndi-config.xml
 (original)
+++ 
webservices/muse/trunk/src/examples/enterprise/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/Businessprocesstype_jndi-config.xml
 Wed Jul 27 13:20:56 2005
@@ -6,6 +6,17 @@
       <resource name="home" 
type="org.apache.ws.muse.example.businessprocesstype.BusinessprocesstypeHome">

          <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/muse</value>

+           </parameter>         

+         

+            <parameter>

                <name>serviceClassName</name>

                
<value>org.apache.ws.muse.example.businessprocesstype.BusinessprocesstypeService</value>

             </parameter>


Modified: 
webservices/muse/trunk/src/examples/enterprise/services/host/src/java/org/apache/ws/muse/example/host/Host_jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/host/src/java/org/apache/ws/muse/example/host/Host_jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/enterprise/services/host/src/java/org/apache/ws/muse/example/host/Host_jndi-config.xml
 (original)
+++ 
webservices/muse/trunk/src/examples/enterprise/services/host/src/java/org/apache/ws/muse/example/host/Host_jndi-config.xml
 Wed Jul 27 13:20:56 2005
@@ -6,6 +6,17 @@
       <resource name="home" type="org.apache.ws.muse.example.host.HostHome">

          <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/muse</value>

+           </parameter>         

+         

+            <parameter>

                <name>serviceClassName</name>

                <value>org.apache.ws.muse.example.host.HostService</value>

             </parameter>


Modified: 
webservices/muse/trunk/src/examples/enterprise/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/Integrationserver_jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/Integrationserver_jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/enterprise/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/Integrationserver_jndi-config.xml
 (original)
+++ 
webservices/muse/trunk/src/examples/enterprise/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/Integrationserver_jndi-config.xml
 Wed Jul 27 13:20:56 2005
@@ -6,6 +6,17 @@
       <resource name="home" 
type="org.apache.ws.muse.example.integrationserver.IntegrationserverHome">

          <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/muse</value>

+           </parameter>         

+         

+            <parameter>

                <name>serviceClassName</name>

                
<value>org.apache.ws.muse.example.integrationserver.IntegrationserverService</value>

             </parameter>


Modified: 
webservices/muse/trunk/src/examples/enterprise/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/Resourceadmin_jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/Resourceadmin_jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/enterprise/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/Resourceadmin_jndi-config.xml
 (original)
+++ 
webservices/muse/trunk/src/examples/enterprise/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/Resourceadmin_jndi-config.xml
 Wed Jul 27 13:20:56 2005
@@ -6,6 +6,17 @@
       <resource name="home" 
type="org.apache.ws.muse.example.resourceadmin.ResourceadminHome">

          <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/muse</value>

+           </parameter>         

+         

+            <parameter>

                <name>serviceClassName</name>

                
<value>org.apache.ws.muse.example.resourceadmin.ResourceadminService</value>

             </parameter>


Modified: 
webservices/muse/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/filesystem/Filesystem_jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/filesystem/Filesystem_jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/filesystem/Filesystem_jndi-config.xml
 (original)
+++ 
webservices/muse/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/filesystem/Filesystem_jndi-config.xml
 Wed Jul 27 13:20:56 2005
@@ -8,6 +8,17 @@
       <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/muse</value>

+           </parameter>         

+         

+            <parameter>

                <name>serviceClassName</name>

                
<value>org.apache.ws.resource.example.filesystem.FilesystemService</value>

             </parameter>


Modified: 
webservices/muse/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/host/Host_jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/host/Host_jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/host/Host_jndi-config.xml
 (original)
+++ 
webservices/muse/trunk/src/examples/filesystem/src/java/org/apache/ws/resource/example/host/Host_jndi-config.xml
 Wed Jul 27 13:20:56 2005
@@ -8,6 +8,17 @@
       <resource name="home" 
type="org.apache.ws.resource.example.host.HostHome">

          <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/muse</value>

+           </parameter>         

+         

+            <parameter>

                <name>serviceClassName</name>

                <value>org.apache.ws.resource.example.host.HostService</value>

             </parameter>


Modified: 
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherClientConfig/WeatherClientConfig_jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherClientConfig/WeatherClientConfig_jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherClientConfig/WeatherClientConfig_jndi-config.xml
 (original)
+++ 
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherClientConfig/WeatherClientConfig_jndi-config.xml
 Wed Jul 27 13:20:56 2005
@@ -7,6 +7,17 @@
     <service name="WeatherClientConfig">

         <resource name="home" 
type="org.wsdmdemo.service.weatherClientConfig.WeatherClientConfigHome">

             <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/muse</value>

+           </parameter>         

+            

                 <parameter>

                     <name>serviceClassName</name>

                     
<value>org.wsdmdemo.service.weatherClientConfig.WeatherClientConfigService</value>


Modified: 
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStation/WeatherStation_jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStation/WeatherStation_jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStation/WeatherStation_jndi-config.xml
 (original)
+++ 
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStation/WeatherStation_jndi-config.xml
 Wed Jul 27 13:20:56 2005
@@ -7,6 +7,17 @@
     <service name="WeatherStation">

         <resource name="home" 
type="org.wsdmdemo.service.weatherStation.WeatherStationHome">

             <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/muse</value>

+           </parameter>         

+            

                 <parameter>

                     <name>serviceClassName</name>

                     
<value>org.wsdmdemo.service.weatherStation.WeatherStationService</value>


Modified: 
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStationDir/WeatherStationDir_jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStationDir/WeatherStationDir_jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStationDir/WeatherStationDir_jndi-config.xml
 (original)
+++ 
webservices/muse/trunk/src/examples/ieeedemo/src/java/org/wsdmdemo/service/weatherStationDir/WeatherStationDir_jndi-config.xml
 Wed Jul 27 13:20:56 2005
@@ -7,6 +7,17 @@
     <service name="WeatherStationDir">

         <resource name="home" 
type="org.wsdmdemo.service.weatherStationDir.WeatherStationDirHome">

             <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/muse</value>

+           </parameter>         

+            

                 <parameter>

                     <name>serviceClassName</name>

                     
<value>org.wsdmdemo.service.weatherStationDir.WeatherStationDirService</value>


Modified: 
webservices/muse/trunk/src/examples/interop/src/java/com/dell/wsdm/demos/interop/x2005/x04/Ipmiserver_jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/java/com/dell/wsdm/demos/interop/x2005/x04/Ipmiserver_jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/interop/src/java/com/dell/wsdm/demos/interop/x2005/x04/Ipmiserver_jndi-config.xml
 (original)
+++ 
webservices/muse/trunk/src/examples/interop/src/java/com/dell/wsdm/demos/interop/x2005/x04/Ipmiserver_jndi-config.xml
 Wed Jul 27 13:20:56 2005
@@ -5,6 +5,17 @@
     <service name="ipmiserver">

         <resource name="home" 
type="com.dell.wsdm.demos.interop.x2005.x04.IpmiserverHome">

             <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/muse</value>

+           </parameter>         

+            

                 <parameter>

                     <name>serviceClassName</name>

                     
<value>com.dell.wsdm.demos.interop.x2005.x04.IpmiserverService</value>


Modified: 
webservices/muse/trunk/src/examples/interop/src/java/org/apache/ws/resource/example/blackberry/Blackberry_jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/java/org/apache/ws/resource/example/blackberry/Blackberry_jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/interop/src/java/org/apache/ws/resource/example/blackberry/Blackberry_jndi-config.xml
 (original)
+++ 
webservices/muse/trunk/src/examples/interop/src/java/org/apache/ws/resource/example/blackberry/Blackberry_jndi-config.xml
 Wed Jul 27 13:20:56 2005
@@ -5,6 +5,17 @@
     <service name="blackberry">

         <resource name="home" 
type="org.apache.ws.resource.example.blackberry.BlackberryHome">

             <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/muse</value>

+           </parameter>         

+            

                 <parameter>

                     <name>serviceClassName</name>

                     
<value>org.apache.ws.resource.example.blackberry.BlackberryService</value>


Modified: 
webservices/muse/trunk/src/examples/interop/src/java/org/everest/WeatherStationSoap_jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/java/org/everest/WeatherStationSoap_jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/interop/src/java/org/everest/WeatherStationSoap_jndi-config.xml
 (original)
+++ 
webservices/muse/trunk/src/examples/interop/src/java/org/everest/WeatherStationSoap_jndi-config.xml
 Wed Jul 27 13:20:56 2005
@@ -5,6 +5,17 @@
     <service name="WeatherStationSoap">

         <resource name="home" type="org.everest.WeatherStationSoapHome">

             <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/muse</value>

+           </parameter>         

+            

                 <parameter>

                     <name>serviceClassName</name>

                     <value>org.everest.WeatherStationSoapService</value>


Modified: 
webservices/muse/trunk/src/examples/interop/src/java/org/everestWeather/wsdm/samples/x2005/x04/schema/Weatherstation_jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/java/org/everestWeather/wsdm/samples/x2005/x04/schema/Weatherstation_jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/interop/src/java/org/everestWeather/wsdm/samples/x2005/x04/schema/Weatherstation_jndi-config.xml
 (original)
+++ 
webservices/muse/trunk/src/examples/interop/src/java/org/everestWeather/wsdm/samples/x2005/x04/schema/Weatherstation_jndi-config.xml
 Wed Jul 27 13:20:56 2005
@@ -5,6 +5,17 @@
     <service name="weatherstation">

         <resource name="home" 
type="org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherstationHome">

             <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/muse</value>

+           </parameter>         

+            

                 <parameter>

                     <name>serviceClassName</name>

                     
<value>org.everestWeather.wsdm.samples.x2005.x04.schema.WeatherstationService</value>


Modified: webservices/muse/trunk/src/webapp/WEB-INF/classes/jndi-config.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/webapp/WEB-INF/classes/jndi-config.xml?rev=225604&r1=225603&r2=225604&view=diff
==============================================================================
--- webservices/muse/trunk/src/webapp/WEB-INF/classes/jndi-config.xml (original)
+++ webservices/muse/trunk/src/webapp/WEB-INF/classes/jndi-config.xml Wed Jul 
27 13:20:56 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/muse</value>

+           </parameter>         

+         

+            <parameter>

                <name>serviceClassName</name>

                
<value>org.apache.ws.notification.base.v2004_06.impl.SubscriptionService</value>

             </parameter>

@@ -90,6 +101,17 @@
    <service name="ResourceAdvertiser">

       <resource name="home" 
type="org.apache.ws.muws.v1_0.impl.advertiser.ResourceAdvertiserHome">

          <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/muse</value>

+           </parameter>         

+         

             <parameter>

                <name>serviceClassName</name>

                
<value>org.apache.ws.muws.v1_0.impl.advertiser.ResourceAdvertiserService</value>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to