woolfel 2005/03/07 20:01:11
Modified: xdocs/usermanual remote-test.xml
Log:
fixed a bug. replaced the <> with square brackets, since <> causes problems.
peter
Revision Changes Path
1.20 +7 -7 jakarta-jmeter/xdocs/usermanual/remote-test.xml
Index: remote-test.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/remote-test.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- remote-test.xml 8 Mar 2005 03:52:35 -0000 1.19
+++ remote-test.xml 8 Mar 2005 04:01:11 -0000 1.20
@@ -97,18 +97,18 @@
-J-Dsun.rmi.dgc.logLevel=verbose
-J-Dsun.rmi.transport.logLevel=verbose
-J-Dsun.rmi.transport.tcp.logLevel=verbose
-<p>The solution to the problem is to remove the loopbacks 127.0.0.1 and
127.0.0.2 from etc/hosts. What happens is jmeter-server can't connect to
rmiregistry if 127.0.0.2 loopback is not available. Use the following settings
to fix the problem.<p>
+<p>The solution to the problem is to remove the loopbacks 127.0.0.1 and
127.0.0.2 from etc/hosts. What happens is jmeter-server can't connect to
rmiregistry if 127.0.0.2 loopback is not available. Use the following settings
to fix the problem.</p>
<p> Replace</p>
<ul>
<li> `dirname $0`/jmeter -s "$@"</li>
</ul>
-<p>With</p>
+<p> With</p>
<ul>
- <li>
HOST="-Djava.rmi.server.hostname=<computer_name><computer_domain></li>
- <li> -Djava.security.policy=`dirname $0`/<policy_file>"</li>
+ <li>
HOST="-Djava.rmi.server.hostname=[computer_name][computer_domain]</li>
+ <li> -Djava.security.policy=`dirname $0`/[policy_file]"</li>
<li> `dirname $0`/jmeter $HOST -s "$@"</li>
</ul>
-<p>Also create a policy file and add <computer_name><computer_domain> line
to /etc/hosts.</p>
+<p>Also create a policy file and add [computer_name][computer_domain] line
to /etc/hosts.</p>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]