[jboss-cvs] JBossRemoting/src/etc/web ...

Tom Elrod tom.elrod at jboss.com
Sun Jul 16 23:44:00 EDT 2006


  User: telrod  
  Date: 06/07/16 23:44:00

  Modified:    src/etc/web  web.xml
  Log:
  JBREM-542 - added back in ability to use 'invokerName' param.
  
  Revision  Changes    Path
  1.2       +6 -1      JBossRemoting/src/etc/web/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/etc/web/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- web.xml	16 Jun 2005 21:12:48 -0000	1.1
  +++ web.xml	17 Jul 2006 03:44:00 -0000	1.2
  @@ -4,7 +4,7 @@
      "http://java.sun.com/dtd/web-app_2_3.dtd">
   
   <!-- The the JBossRemoting server invoker servlet web.xml descriptor
  -$Id: web.xml,v 1.1 2005/06/16 21:12:48 telrod Exp $
  +$Id: web.xml,v 1.2 2006/07/17 03:44:00 telrod Exp $
   -->
   <web-app>
       <servlet>
  @@ -18,6 +18,11 @@
               <param-name>invokerName</param-name>
               <param-value>jboss.remoting:service=invoker,transport=servlet</param-value>
               <description>The servlet server invoker</description>
  +           <!--
  +            <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>
  
  
  



More information about the jboss-cvs-commits mailing list