You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2008/05/06 18:39:29 UTC

svn commit: r653832 - in /jakarta/jmeter/trunk: bin/mirror-server.cmd bin/mirror-server.sh docs/changes.html xdocs/changes.xml

Author: sebb
Date: Tue May  6 09:39:29 2008
New Revision: 653832

URL: http://svn.apache.org/viewvc?rev=653832&view=rev
Log:
Mirror server can now be run independently (mirror-server.cmd and mirror-server.sh)

Added:
    jakarta/jmeter/trunk/bin/mirror-server.cmd   (with props)
    jakarta/jmeter/trunk/bin/mirror-server.sh   (with props)
Modified:
    jakarta/jmeter/trunk/docs/changes.html
    jakarta/jmeter/trunk/xdocs/changes.xml

Added: jakarta/jmeter/trunk/bin/mirror-server.cmd
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/mirror-server.cmd?rev=653832&view=auto
==============================================================================
--- jakarta/jmeter/trunk/bin/mirror-server.cmd (added)
+++ jakarta/jmeter/trunk/bin/mirror-server.cmd Tue May  6 09:39:29 2008
@@ -0,0 +1,26 @@
+@echo off
+
+rem   Licensed to the Apache Software Foundation (ASF) under one or more
+rem   contributor license agreements.  See the NOTICE file distributed with
+rem   this work for additional information regarding copyright ownership.
+rem   The ASF licenses this file to You under the Apache License, Version 2.0
+rem   (the "License"); you may not use this file except in compliance with
+rem   the License.  You may obtain a copy of the License at
+rem 
+rem       http://www.apache.org/licenses/LICENSE-2.0
+rem 
+rem   Unless required by applicable law or agreed to in writing, software
+rem   distributed under the License is distributed on an "AS IS" BASIS,
+rem   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem   See the License for the specific language governing permissions and
+rem   limitations under the License.
+
+setlocal
+
+cd /D %~dp0
+
+set CP=..\lib\ext\ApacheJMeter_http.jar;..\lib\ext\ApacheJMeter_core.jar;..\lib\jorphan.jar;..\lib\logkit-1.2.jar;..\lib\avalon-framework-4.1.4.jar
+
+java -cp %CP% org.apache.jmeter.protocol.http.control.HttpMirrorServer %1
+
+pause

Propchange: jakarta/jmeter/trunk/bin/mirror-server.cmd
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Added: jakarta/jmeter/trunk/bin/mirror-server.sh
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/mirror-server.sh?rev=653832&view=auto
==============================================================================
--- jakarta/jmeter/trunk/bin/mirror-server.sh (added)
+++ jakarta/jmeter/trunk/bin/mirror-server.sh Tue May  6 09:39:29 2008
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+##   Licensed to the Apache Software Foundation (ASF) under one or more
+##   contributor license agreements.  See the NOTICE file distributed with
+##   this work for additional information regarding copyright ownership.
+##   The ASF licenses this file to You under the Apache License, Version 2.0
+##   (the "License"); you may not use this file except in compliance with
+##   the License.  You may obtain a copy of the License at
+## 
+##       http://www.apache.org/licenses/LICENSE-2.0
+## 
+##   Unless required by applicable law or agreed to in writing, software
+##   distributed under the License is distributed on an "AS IS" BASIS,
+##   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+##   See the License for the specific language governing permissions and
+##   limitations under the License.
+
+cd `dirname $0`
+
+CP=../lib/ext/ApacheJMeter_http.jar;../lib/ext/ApacheJMeter_core.jar;../lib/jorphan.jar;../lib/logkit-1.2.jar;../lib/avalon-framework-4.1.4.jar
+
+java -cp $CP org.apache.jmeter.protocol.http.control.HttpMirrorServer $1

Propchange: jakarta/jmeter/trunk/bin/mirror-server.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Modified: jakarta/jmeter/trunk/docs/changes.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/changes.html?rev=653832&r1=653831&r2=653832&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/changes.html (original)
+++ jakarta/jmeter/trunk/docs/changes.html Tue May  6 09:39:29 2008
@@ -629,6 +629,11 @@
 						</li>
 									
 
+												<li	>
+								Mirror server can now be run independently (mirror-server.cmd and mirror-server.sh)
+						</li>
+									
+
 						</ul>
 							  									 				<h4	>
 								Non-functional changes

Modified: jakarta/jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=653832&r1=653831&r2=653832&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/changes.xml (original)
+++ jakarta/jmeter/trunk/xdocs/changes.xml Tue May  6 09:39:29 2008
@@ -187,6 +187,7 @@
 </li>
 <li>Webservice(SOAP) Sampler can now load local WSDL files using the file: protocol</li>
 <li>Bug 44872 - Add "All Files" filter to Open File dialogs</li>
+<li>Mirror server can now be run independently (mirror-server.cmd and mirror-server.sh)</li>
 </ul>
 
 <h4>Non-functional changes</h4>



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org