mstover1 02/03/06 04:04:19
Modified: . build.xml
docs running.html
Added: docs/demos URLRewritingExample.jmx
Log:
Updating documentation
Revision Changes Path
1.51 +5 -2 jakarta-jmeter/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/build.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- build.xml 6 Mar 2002 11:34:42 -0000 1.50
+++ build.xml 6 Mar 2002 12:04:18 -0000 1.51
@@ -213,8 +213,11 @@
includes="**/*.xml"
lastModifiedCheck="false"
velocityPropertiesFile="${docs.src}/velocity.properties"/>
- <copy todir="${docs.dest}/images">
- <fileset dir="${docs.src}/images"/>
+ <copy todir="${docs.dest}">
+ <fileset dir="${docs.src}">
+ <include name="images/**"/>
+ <include name="demos/**"/>
+ </fileset>
</copy>
</target>
1.33 +0 -0 jakarta-jmeter/docs/running.html
Index: running.html
===================================================================
RCS file: /home/cvs/jakarta-jmeter/docs/running.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- running.html 6 Mar 2002 03:52:15 -0000 1.32
+++ running.html 6 Mar 2002 12:04:18 -0000 1.33
@@ -243,7 +243,7 @@
<br >
</br>
-$Id: running.html,v 1.32 2002/03/06 03:52:15 mstover1 Exp $
+$Id: running.html,v 1.33 2002/03/06 12:04:18 mstover1 Exp $
</font>
<br >
1.1 jakarta-jmeter/docs/demos/URLRewritingExample.jmx
Index: URLRewritingExample.jmx
===================================================================
<?xml version="1.0"?>
<ThreadGroup name="URL Re-writing Example" numThreads="1" rampUp="0">
<controllers>
<LoopController type="org.apache.jmeter.control.LoopController" name="Loop
Controller" iterations="-1">
<configElements>
</configElements>
<controllers>
<Controller type="org.apache.jmeter.control.ModifyController" name="Modification
Controller">
<configElements>
<ConfigElement type="org.apache.jmeter.protocol.http.modifier.AnchorModifier">
</ConfigElement>
</configElements>
<controllers>
<HttpTestSample type="org.apache.jmeter.protocol.http.control.HttpTestSample"
name="Login" getImages="false">
<defaultUrl>
<ConfigElement type="org.apache.jmeter.protocol.http.config.MultipartUrlConfig">
<property name="port">80</property>
<property name="PROTOCOL">http</property>
<property name="domain">my.server.com</property>
<property name="arguments"><Arguments>
<argument name="SESSION_ID"> .*</argument>
<argument name="username"> user</argument>
<argument name="password"> password</argument>
</Arguments>
</property>
<property name="path">/main.jsp</property>
<property name="method">POST</property>
</ConfigElement></defaultUrl>
<configElements>
</configElements>
<controllers>
</controllers>
</HttpTestSample>
<HttpTestSample type="org.apache.jmeter.protocol.http.control.HttpTestSample"
name="Do Something interesting" getImages="false">
<defaultUrl>
<ConfigElement type="org.apache.jmeter.protocol.http.config.MultipartUrlConfig">
<property name="PROTOCOL">http</property>
<property name="domain">my.server.com</property>
<property name="arguments"><Arguments>
<argument name="SESSION_ID"> .*</argument>
</Arguments>
</property>
<property name="path">/something_interesting.jsp</property>
<property name="method">GET</property>
</ConfigElement></defaultUrl>
<configElements>
</configElements>
<controllers>
</controllers>
</HttpTestSample>
<HttpTestSample type="org.apache.jmeter.protocol.http.control.HttpTestSample"
name="Another Interesting Request" getImages="false">
<defaultUrl>
<ConfigElement type="org.apache.jmeter.protocol.http.config.MultipartUrlConfig">
<property name="PROTOCOL">http</property>
<property name="domain">my.server.com</property>
<property name="arguments"><Arguments>
<argument name="SESSION_ID"> .*</argument>
</Arguments>
</property>
<property name="path">/another.jsp</property>
<property name="method">POST</property>
</ConfigElement></defaultUrl>
<configElements>
</configElements>
<controllers>
</controllers>
</HttpTestSample>
</controllers>
</Controller>
</controllers>
</LoopController>
</controllers>
<timers>
</timers>
<listeners>
</listeners>
</ThreadGroup>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>