JBoss Remoting SVN: r5551 - remoting2/tags.
                                
                                
                                
                                    
                                        by jboss-remoting-commits@lists.jboss.org
                                    
                                
                                
                                        Author: ron.sigal(a)jboss.com
Date: 2009-09-22 12:43:04 -0400 (Tue, 22 Sep 2009)
New Revision: 5551
Added:
   remoting2/tags/2.5.2/
Log:
Copied: remoting2/tags/2.5.2 (from rev 5550, remoting2/branches/2.x)
                                
                         
                        
                                
                                16 years, 1 month
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        JBoss Remoting SVN: r5550 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/preservelines/WEB-INF.
                                
                                
                                
                                    
                                        by jboss-remoting-commits@lists.jboss.org
                                    
                                
                                
                                        Author: ron.sigal(a)jboss.com
Date: 2009-09-22 12:39:31 -0400 (Tue, 22 Sep 2009)
New Revision: 5550
Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/preservelines/WEB-INF/web.xml
Log:
JBREM-809: Replaced with correct version.
Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/preservelines/WEB-INF/web.xml
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/preservelines/WEB-INF/web.xml	2009-09-22 16:38:42 UTC (rev 5549)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/preservelines/WEB-INF/web.xml	2009-09-22 16:39:31 UTC (rev 5550)
@@ -4,65 +4,25 @@
    "http://java.sun.com/dtd/web-app_2_3.dtd">
 
 <!-- The the JBossRemoting server invoker servlet web.xml descriptor
-$Id: web.xml 4903 2009-03-24 07:33:10Z ron.sigal(a)jboss.com $
+$Id: web.xml 3291 2008-01-15 05:03:53Z ron.sigal(a)jboss.com $
 -->
 <web-app>
     <servlet>
-        <servlet-name>ServerInvokerServletOK</servlet-name>
+        <servlet-name>ServerInvokerServlet</servlet-name>
         <description>The ServerInvokerServlet receives requests via HTTP
            protocol from within a web container and passes it onto the
            ServletServerInvoker for processing.
         </description>
         <servlet-class>org.jboss.remoting.transport.servlet.web.ServerInvokerServlet</servlet-class>
         <init-param>
-            <param-name>locatorUrl</param-name>
-            <param-value>servlet://localhost:8080/servlet-invoker/ServerInvokerServlet/?version=OK</param-value>
-            <description>The servlet server invoker locator url</description>
+            <param-name>invokerName</param-name>
+            <param-value>jboss.remoting:host=localhost,port=8080,service=invoker,transport=servlet</param-value>
+            <description>The servlet server invoker</description>
         </init-param>
         <load-on-startup>1</load-on-startup>
     </servlet>
-    
-    <servlet>
-        <servlet-name>ServerInvokerServletCR</servlet-name>
-        <description>The ServerInvokerServlet receives requests via HTTP
-           protocol from within a web container and passes it onto the
-           ServletServerInvoker for processing.
-        </description>
-        <servlet-class>org.jboss.remoting.transport.servlet.web.ServerInvokerServlet</servlet-class>
-        <init-param>
-            <param-name>locatorUrl</param-name>
-            <param-value>servlet://localhost:8080/servlet-invoker/ServerInvokerServlet/?version=CR</param-value>
-            <description>The servlet server invoker locator url</description>
-        </init-param>
-        <load-on-startup>1</load-on-startup>
-    </servlet>
-
-    <servlet>
-        <servlet-name>ServerInvokerServletLF</servlet-name>
-        <description>The ServerInvokerServlet receives requests via HTTP
-           protocol from within a web container and passes it onto the
-           ServletServerInvoker for processing.
-        </description>
-        <servlet-class>org.jboss.remoting.transport.servlet.web.ServerInvokerServlet</servlet-class>
-        <init-param>
-            <param-name>locatorUrl</param-name>
-            <param-value>servlet://localhost:8080/servlet-invoker/ServerInvokerServlet/?version=LF</param-value>
-            <description>The servlet server invoker locator url</description>
-        </init-param>
-        <load-on-startup>1</load-on-startup>
-    </servlet>    
-
     <servlet-mapping>
-        <servlet-name>ServerInvokerServletOK</servlet-name>
-        <url-pattern>/ServerInvokerServlet/OK/*</url-pattern>
-    </servlet-mapping>    
-    <servlet-mapping>
-        <servlet-name>ServerInvokerServletCR</servlet-name>
-        <url-pattern>/ServerInvokerServlet/CR/*</url-pattern>
+        <servlet-name>ServerInvokerServlet</servlet-name>
+        <url-pattern>/ServerInvokerServlet/*</url-pattern>
     </servlet-mapping>
-    <servlet-mapping>
-        <servlet-name>ServerInvokerServletLF</servlet-name>
-        <url-pattern>/ServerInvokerServlet/LF/*</url-pattern>
-    </servlet-mapping>
-</web-app>
-
+</web-app>
\ No newline at end of file
                                
                         
                        
                                
                                16 years, 1 month
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        JBoss Remoting SVN: r5549 - remoting2/branches/2.x.
                                
                                
                                
                                    
                                        by jboss-remoting-commits@lists.jboss.org
                                    
                                
                                
                                        Author: ron.sigal(a)jboss.com
Date: 2009-09-22 12:38:42 -0400 (Tue, 22 Sep 2009)
New Revision: 5549
Modified:
   remoting2/branches/2.x/build.xml
Log:
JBREM-139: Added wait time after deleting files.
Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2009-09-22 06:10:35 UTC (rev 5548)
+++ remoting2/branches/2.x/build.xml	2009-09-22 16:38:42 UTC (rev 5549)
@@ -1735,7 +1735,7 @@
      <antcall target="tests.servlet.nopreservelines" inheritrefs="true"/>
      <antcall target="tests.servlet.preservelines" inheritrefs="true"/>
      <antcall target="tests.servlet.ssl" inheritrefs="true"/>
-    <antcall target="tests.servlet.ssl.multihome" inheritrefs="true"/>
+     <antcall target="tests.servlet.ssl.multihome" inheritrefs="true"/>
      <antcall target="AS.shutdown"/>
    </target>
   
@@ -1767,6 +1767,7 @@
      </junit>
      <delete dir="${jboss.deploy.dir}/servlet-invoker.war" failonerror="false"/>
      <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml" failonerror="false"/>
+     <sleep seconds="4"/>
    </target>
 
    <target name="tests.servlet.callback">
@@ -1797,6 +1798,7 @@
      </junit>
      <delete dir="${jboss.deploy.dir}/servlet-invoker.war" failonerror="false"/>
      <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml" failonerror="false"/>
+     <sleep seconds="4"/>
    </target>
 
    <target name="tests.servlet.contenttype">
@@ -1827,9 +1829,10 @@
      </junit>
      <delete dir="${jboss.deploy.dir}/servlet-invoker.war" failonerror="false"/>
      <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml" failonerror="false"/>
+     <sleep seconds="4"/>
    </target>
 	
-   <target name="tests.servlet.marshal" depends="tests.servlet.config">
+   <target name="tests.servlet.marshal">
      <copy file="${servlet.tests.dir}/marshal/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
      <sleep seconds="2"/>
      <copy todir="${jboss.deploy.dir}">
@@ -1857,6 +1860,7 @@
      </junit>
      <delete dir="${jboss.deploy.dir}/servlet-invoker.war" failonerror="false"/>
      <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml" failonerror="false"/>
+     <sleep seconds="4"/>
    </target>
 	
    <target name="tests.servlet.marshal.config">
@@ -1887,6 +1891,7 @@
      </junit>
      <delete dir="${jboss.deploy.dir}/servlet-invoker.war" failonerror="false"/>
      <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml" failonerror="false"/>
+     <sleep seconds="4"/>
    </target>
 	
    <target name="tests.servlet.marshal.noconfig">
@@ -1917,6 +1922,7 @@
      </junit>
      <delete dir="${jboss.deploy.dir}/servlet-invoker.war" failonerror="false"/>
      <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml" failonerror="false"/>
+     <sleep seconds="4"/>
    </target>
 
    <target name="tests.servlet.mbeanserver.jboss">
@@ -1947,6 +1953,7 @@
      </junit>
      <delete dir="${jboss.deploy.dir}/servlet-invoker.war" failonerror="false"/>
      <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml" failonerror="false"/>
+     <sleep seconds="4"/>
    </target>
      
    <target name="tests.servlet.mbeanserver.platform">
@@ -2010,6 +2017,7 @@
      </junit>
     <delete dir="${jboss.deploy.dir}/servlet-invoker.war" failonerror="false"/>
     <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml" failonerror="false"/>
+    <sleep seconds="4"/>
    </target>
 
    <target name="tests.servlet.nopreservelines">
@@ -2022,7 +2030,7 @@
      </copy>
      <copy file="${servlet.tests.dir}/nopreservelines/WEB-INF/web.xml"
            todir="${jboss.deploy.dir}/servlet-invoker.war/WEB-INF" overwrite="true"/>  
-     <sleep seconds="4"/>
+     <sleep seconds="8"/>
      <junit printsummary="true" fork="yes" includeantruntime="true">
         <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
         <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
@@ -2040,6 +2048,7 @@
      </junit>
     <delete dir="${jboss.deploy.dir}/servlet-invoker.war" failonerror="false"/>
     <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml" failonerror="false"/>
+    <sleep seconds="4"/>
    </target>
 
    <target name="tests.servlet.preservelines">
@@ -2052,7 +2061,7 @@
      </copy>
      <copy file="${servlet.tests.dir}/preservelines/WEB-INF/web.xml"
            todir="${jboss.deploy.dir}/servlet-invoker.war/WEB-INF" overwrite="true"/>
-     <sleep seconds="4"/>
+     <sleep seconds="8"/>
      <junit printsummary="true" fork="yes" includeantruntime="true">
         <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
         <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
@@ -2070,6 +2079,7 @@
      </junit>
      <delete dir="${jboss.deploy.dir}/servlet-invoker.war" failonerror="false"/>
      <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml" failonerror="false"/>
+     <sleep seconds="4"/>
    </target>
   
    <target name="tests.servlet.ssl">
@@ -2100,6 +2110,7 @@
      </junit>
      <delete dir="${jboss.deploy.dir}/servlet-invoker.war" failonerror="false"/>
      <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml" failonerror="false"/>
+     <sleep seconds="4"/>
    </target>
 
    <target name="tests.servlet.ssl.multihome">
@@ -2130,6 +2141,7 @@
      </junit>
     <delete dir="${jboss.deploy.dir}/servlet-invoker.war" failonerror="false"/>
     <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml" failonerror="false"/>
+    <sleep seconds="4"/>
    </target>
            
    <target name="tests.versioning.beta2.client" depends="jars, tests.jars">
                                
                         
                        
                                
                                16 years, 1 month
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        JBoss Remoting SVN: r5548 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/multihome/WEB-INF.
                                
                                
                                
                                    
                                        by jboss-remoting-commits@lists.jboss.org
                                    
                                
                                
                                        Author: ron.sigal(a)jboss.com
Date: 2009-09-22 02:10:35 -0400 (Tue, 22 Sep 2009)
New Revision: 5548
Added:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/multihome/WEB-INF/web.xml
Log:
JBREM-643: Added missing web.xml (svn problem?).
Added: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/multihome/WEB-INF/web.xml
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/multihome/WEB-INF/web.xml	                        (rev 0)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/multihome/WEB-INF/web.xml	2009-09-22 06:10:35 UTC (rev 5548)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE web-app PUBLIC
+   "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
+   "http://java.sun.com/dtd/web-app_2_3.dtd">
+
+<!-- The the JBossRemoting server invoker servlet web.xml descriptor
+$Id: web.xml 3291 2008-01-15 05:03:53Z ron.sigal(a)jboss.com $
+-->
+<web-app>
+    <servlet>
+        <servlet-name>ServerInvokerServlet</servlet-name>
+        <description>The ServerInvokerServlet receives requests via HTTP
+           protocol from within a web container and passes it onto the
+           ServletServerInvoker for processing.
+        </description>
+        <servlet-class>org.jboss.remoting.transport.servlet.web.ServerInvokerServlet</servlet-class>
+        <init-param>
+            <param-name>invokerName</param-name>
+            <param-value>jboss.remoting:service=invoker,transport=servlet,host=multihome,port=-1</param-value>
+            <description>The servlet server invoker</description>
+        </init-param>
+        <load-on-startup>1</load-on-startup>
+    </servlet>
+    <servlet-mapping>
+        <servlet-name>ServerInvokerServlet</servlet-name>
+        <url-pattern>/ServerInvokerServlet/*</url-pattern>
+    </servlet-mapping>
+</web-app>
+
                                
                         
                        
                                
                                16 years, 1 month
                        
                        
                 
         
 
        
            
        
        
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        JBoss Remoting SVN: r5546 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/noconfig/WEB-INF.
                                
                                
                                
                                    
                                        by jboss-remoting-commits@lists.jboss.org
                                    
                                
                                
                                        Author: ron.sigal(a)jboss.com
Date: 2009-09-22 02:04:43 -0400 (Tue, 22 Sep 2009)
New Revision: 5546
Added:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/noconfig/WEB-INF/web.xml
Log:
JBREM-1102: Added missing web.xml (svn problem?).
Added: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/noconfig/WEB-INF/web.xml
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/noconfig/WEB-INF/web.xml	                        (rev 0)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/noconfig/WEB-INF/web.xml	2009-09-22 06:04:43 UTC (rev 5546)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE web-app PUBLIC
+   "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
+   "http://java.sun.com/dtd/web-app_2_3.dtd">
+
+<!-- The the JBossRemoting server invoker servlet web.xml descriptor
+$Id: web.xml 4903 2009-03-24 07:33:10Z ron.sigal(a)jboss.com $
+-->
+<web-app>
+    <servlet>
+        <servlet-name>ServerInvokerServlet</servlet-name>
+        <description>The ServerInvokerServlet receives requests via HTTP
+           protocol from within a web container and passes it onto the
+           ServletServerInvoker for processing.
+        </description>
+        <servlet-class>org.jboss.remoting.transport.servlet.web.ServerInvokerServlet</servlet-class>
+        <init-param>
+            <param-name>locatorUrl</param-name>
+            <param-value>servlet://localhost:8080/servlet-invoker/ServerInvokerServlet</param-value>
+            <description>The servlet server invoker locator url</description>
+        </init-param>
+        <load-on-startup>1</load-on-startup>
+    </servlet>
+    <servlet-mapping>
+        <servlet-name>ServerInvokerServlet</servlet-name>
+        <url-pattern>/ServerInvokerServlet/*</url-pattern>
+    </servlet-mapping>
+</web-app>
+
                                
                         
                        
                                
                                16 years, 1 month
                        
                        
                 
         
 
        
            
        
        
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        JBoss Remoting SVN: r5544 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/config/WEB-INF.
                                
                                
                                
                                    
                                        by jboss-remoting-commits@lists.jboss.org
                                    
                                
                                
                                        Author: ron.sigal(a)jboss.com
Date: 2009-09-22 02:00:58 -0400 (Tue, 22 Sep 2009)
New Revision: 5544
Added:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/config/WEB-INF/web.xml
Log:
JBREM-1102: Added missing web.xml (svn problem?).
Added: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/config/WEB-INF/web.xml
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/config/WEB-INF/web.xml	                        (rev 0)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/config/WEB-INF/web.xml	2009-09-22 06:00:58 UTC (rev 5544)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE web-app PUBLIC
+   "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
+   "http://java.sun.com/dtd/web-app_2_3.dtd">
+
+<!-- The the JBossRemoting server invoker servlet web.xml descriptor
+$Id: web.xml 4903 2009-03-24 07:33:10Z ron.sigal(a)jboss.com $
+-->
+<web-app>
+    <servlet>
+        <servlet-name>ServerInvokerServlet</servlet-name>
+        <description>The ServerInvokerServlet receives requests via HTTP
+           protocol from within a web container and passes it onto the
+           ServletServerInvoker for processing.
+        </description>
+        <servlet-class>org.jboss.remoting.transport.servlet.web.ServerInvokerServlet</servlet-class>
+        <init-param>
+            <param-name>locatorUrl</param-name>
+            <param-value>servlet://localhost:8080/servlet-invoker/ServerInvokerServlet/?marshaller=org.jboss.test.remoting.marshall.config.ConfigTestMarshaller&unmarshaller=org.jboss.test.remoting.marshall.config.ConfigTestUnmarshaller</param-value>
+            <description>The servlet server invoker locator url</description>
+        </init-param>
+        <load-on-startup>1</load-on-startup>
+    </servlet>
+    <servlet-mapping>
+        <servlet-name>ServerInvokerServlet</servlet-name>
+        <url-pattern>/ServerInvokerServlet/*</url-pattern>
+    </servlet-mapping>
+</web-app>
+
                                
                         
                        
                                
                                16 years, 1 month
                        
                        
                 
         
 
        
            
        
        
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        JBoss Remoting SVN: r5542 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/WEB-INF.
                                
                                
                                
                                    
                                        by jboss-remoting-commits@lists.jboss.org
                                    
                                
                                
                                        Author: ron.sigal(a)jboss.com
Date: 2009-09-22 01:56:10 -0400 (Tue, 22 Sep 2009)
New Revision: 5542
Added:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/WEB-INF/web.xml
Log:
JBREM-1145: Added missing web.xml (svn problem?).
Added: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/WEB-INF/web.xml
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/WEB-INF/web.xml	                        (rev 0)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/servlet/marshal/WEB-INF/web.xml	2009-09-22 05:56:10 UTC (rev 5542)
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE web-app PUBLIC
+   "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
+   "http://java.sun.com/dtd/web-app_2_3.dtd">
+
+<!-- The the JBossRemoting server invoker servlet web.xml descriptor
+$Id: web.xml 4903 2009-03-24 07:33:10Z ron.sigal(a)jboss.com $
+-->
+<web-app>
+    <servlet>
+        <servlet-name>ServerInvokerServletDefault</servlet-name>
+        <description>The ServerInvokerServlet receives requests via HTTP
+           protocol from within a web container and passes it onto the
+           ServletServerInvoker for processing.
+        </description>
+        <servlet-class>org.jboss.remoting.transport.servlet.web.ServerInvokerServlet</servlet-class>
+        <init-param>
+            <param-name>locatorUrl</param-name>
+            <param-value>servlet://127.0.0.1:8080/servlet-invoker/ServerInvokerServlet/default/?datatype=test&marshaller=org.jboss.test.remoting.transport.servlet.marshal.TestMarshaller&unmarshaller=org.jboss.test.remoting.transport.servlet.marshal.TestUnmarshaller</param-value>
+            <description>The servlet server invoker locator url</description>
+        </init-param>
+        <load-on-startup>1</load-on-startup>
+    </servlet>
+    <servlet>
+        <servlet-name>ServerInvokerServletFalse</servlet-name>
+        <description>The ServerInvokerServlet receives requests via HTTP
+           protocol from within a web container and passes it onto the
+           ServletServerInvoker for processing.
+        </description>
+        <servlet-class>org.jboss.remoting.transport.servlet.web.ServerInvokerServlet</servlet-class>
+        <init-param>
+            <param-name>locatorUrl</param-name>
+            <param-value>servlet://127.0.0.1:8080/servlet-invoker/ServerInvokerServlet/false/?datatype=test&marshaller=org.jboss.test.remoting.transport.servlet.marshal.TestMarshaller&unmarshaller=org.jboss.test.remoting.transport.servlet.marshal.TestUnmarshaller&useRemotingContentType=false</param-value>
+            <description>The servlet server invoker locator url</description>
+        </init-param>
+        <load-on-startup>1</load-on-startup>
+    </servlet>
+    <servlet>
+        <servlet-name>ServerInvokerServletTrue</servlet-name>
+        <description>The ServerInvokerServlet receives requests via HTTP
+           protocol from within a web container and passes it onto the
+           ServletServerInvoker for processing.
+        </description>
+        <servlet-class>org.jboss.remoting.transport.servlet.web.ServerInvokerServlet</servlet-class>
+        <init-param>
+            <param-name>locatorUrl</param-name>
+            <param-value>servlet://127.0.0.1:8080/servlet-invoker/ServerInvokerServlet/true/?datatype=test&marshaller=org.jboss.test.remoting.transport.servlet.marshal.TestMarshaller&unmarshaller=org.jboss.test.remoting.transport.servlet.marshal.TestUnmarshaller&useRemotingContentType=true</param-value>
+            <description>The servlet server invoker locator url</description>
+        </init-param>
+        <load-on-startup>1</load-on-startup>
+    </servlet>
+    <servlet-mapping>
+        <servlet-name>ServerInvokerServletDefault</servlet-name>
+        <url-pattern>/ServerInvokerServlet/default/*</url-pattern>
+    </servlet-mapping>
+    <servlet-mapping>
+        <servlet-name>ServerInvokerServletFalse</servlet-name>
+        <url-pattern>/ServerInvokerServlet/false/*</url-pattern>
+    </servlet-mapping>
+    <servlet-mapping>
+        <servlet-name>ServerInvokerServletTrue</servlet-name>
+        <url-pattern>/ServerInvokerServlet/true/*</url-pattern>
+    </servlet-mapping>
+</web-app>
+
                                
                         
                        
                                
                                16 years, 1 month