[jboss-remoting-commits] JBoss Remoting SVN: r4958 - remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/ssl/WEB-INF.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Apr 5 02:58:01 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-04-05 02:58:00 -0400 (Sun, 05 Apr 2009)
New Revision: 4958

Modified:
   remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/ssl/WEB-INF/web.xml
Log:
JBREM-139: Removed commented locatorUrl entry.

Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/ssl/WEB-INF/web.xml
===================================================================
--- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/ssl/WEB-INF/web.xml	2009-04-05 06:57:26 UTC (rev 4957)
+++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/ssl/WEB-INF/web.xml	2009-04-05 06:58:00 UTC (rev 4958)
@@ -18,11 +18,6 @@
             <param-name>locatorUrl</param-name>
             <param-value>sslservlet://localhost:8443/servlet-invoker/ServerInvokerServlet/?createUniqueObjectName=true</param-value>
             <description>The servlet server invoker locator url</description>
-<!--
-           <param-name>locatorUrl</param-name>
-           <param-value>sslservlet://localhost:8443/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-remoting-commits mailing list