[jboss-remoting-commits] JBoss Remoting SVN: r6036 - remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/nopreservelines.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Wed Aug 4 22:02:32 EDT 2010


Author: ron.sigal at jboss.com
Date: 2010-08-04 22:02:31 -0400 (Wed, 04 Aug 2010)
New Revision: 6036

Modified:
   remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/nopreservelines/readme.txt
Log:
JBREM-1241: Added svn:eol-style subversion property.

Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/nopreservelines/readme.txt
===================================================================
--- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/nopreservelines/readme.txt	2010-08-05 01:59:38 UTC (rev 6035)
+++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/nopreservelines/readme.txt	2010-08-05 02:02:31 UTC (rev 6036)
@@ -1,40 +1,40 @@
-The servlet (and sslservlet) transport tests require a web container.  Currently, these tests have to be run
-manually (JBREM-139 has been created to automate this).  Until then, here are the instructions for running
-the tests manually.
-
-*******************************************************
-*****             JBREM-139 is done.              *****
-*****  See tests.functional.servlet in build.xml. *****
-*******************************************************
-
-servlet
-
-1. Get JBossAS and copy remoting's servlet-invoker.war (from distro or build) to the deploy directory.
-2. Copy the WEB-INF/web.xml under this directory into the that of the servlet-invoker.war/WEB-INF directory.
-3. Copy remoting-servlet-invoker-service.xml to deploy directory.
-4. Copy jboss-remoting-tests.jar to server lib directory
-5. Start web container (JBossAS).
-6. Run ServletLinePreservationTestClient.
-
-
-sslservlet
-
-1. Steps 1-4 above, except use the WEB-INF/web.xml and remoting-servlet-invoker-service.xml that is under the
-servlet/ssl directory.
-2. Copy the servlet/ssl/.keystore file to the server conf directory
-3. Edit jboss-web.deployer/server.xml to enable ssl connector.  It should look like following:
-               
-      <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
-           maxThreads="150"
-           scheme="https" secure="true" clientAuth="false"
-           address="${jboss.bind.address}"
-           keystoreFile="${jboss.server.home.dir}/conf/.keystore"
-           keystorePass="unit-tests-server"
-           sslProtocol="TLS"/> 
-               
-
-4. Start web container (JBossAS).
-5. Run SSLServletInvokerTestClient or SSLServletClientAddressTestClient.
-
-
-
+The servlet (and sslservlet) transport tests require a web container.  Currently, these tests have to be run
+manually (JBREM-139 has been created to automate this).  Until then, here are the instructions for running
+the tests manually.
+
+*******************************************************
+*****             JBREM-139 is done.              *****
+*****  See tests.functional.servlet in build.xml. *****
+*******************************************************
+
+servlet
+
+1. Get JBossAS and copy remoting's servlet-invoker.war (from distro or build) to the deploy directory.
+2. Copy the WEB-INF/web.xml under this directory into the that of the servlet-invoker.war/WEB-INF directory.
+3. Copy remoting-servlet-invoker-service.xml to deploy directory.
+4. Copy jboss-remoting-tests.jar to server lib directory
+5. Start web container (JBossAS).
+6. Run ServletLinePreservationTestClient.
+
+
+sslservlet
+
+1. Steps 1-4 above, except use the WEB-INF/web.xml and remoting-servlet-invoker-service.xml that is under the
+servlet/ssl directory.
+2. Copy the servlet/ssl/.keystore file to the server conf directory
+3. Edit jboss-web.deployer/server.xml to enable ssl connector.  It should look like following:
+               
+      <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
+           maxThreads="150"
+           scheme="https" secure="true" clientAuth="false"
+           address="${jboss.bind.address}"
+           keystoreFile="${jboss.server.home.dir}/conf/.keystore"
+           keystorePass="unit-tests-server"
+           sslProtocol="TLS"/> 
+               
+
+4. Start web container (JBossAS).
+5. Run SSLServletInvokerTestClient or SSLServletClientAddressTestClient.
+
+
+


Property changes on: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/nopreservelines/readme.txt
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the jboss-remoting-commits mailing list