[Loadsim-users] Urgent: please help me for LoadSim Windows Installation!
Brought to you by:
vsheffer
|
From: Yannick G. <ya...@co...> - 2003-02-21 19:05:57
|
Due to a short term notice,I'm in a hurry to stress load our web
application. Because I read a lot of good things about LoadSim, I would
like to use it to to this test. So, I download LoadSim and follow all the
steps in the Readme document. But here is the problem. Even after set the
Loadsim_Home and path environment variables on my Win NT workstation, I
can't do nothing in console mode. The only thing I have been able to do is
to run Muffin (the recorf mode) only by usind Java Web Start. But in console
mode (MS-DOS), I always obtain the message " loadsim is not recognized as an
internal or external command, operable command or batch file". I asked an
expiremented Java programmer and he was not able to help me. It looks like
that the files found in the /bin are set for a Linux environment. I try to
change all the $ sign by % (or more than one when apply.)
Here my modified file:
"LOADSIM.BAT"
setlocal
set
LOCAL_CP=%LOADSIM_HOME%\lib\loadsim.jar;%LOADSIM_HOME%\lib\httpunit.jar;%LOA
DSIM_HOME%\lib\Tidy.jar
%JAVA_HOME%\bin\java -Xms256m -Xmx512m -classpath %LOCAL_CP%
org.openware.loadsim.LoadSim %1 %2 %3 %4 %5 %6 %7 %8 %9
endlocal
"LOADSIM"
LOCAL_CP="."
for i in %LOADSIM_HOME%/lib/*.jar ; do
LOCAL_CP="%LOCAL_CP:%i"
done
%JAVA_HOME%/bin/java -Xms256m -Xmx512m -classpath %LOCAL_CP%
org.openware.loadsim.LoadSim *
"LOADSIM_PUB.BAT"
@echo off
setlocal
set LOCAL_CP=%LOADSIM_HOME%\lib\loadsim.jar
%JAVA_HOME%\bin\java -Xmx128m -classpath %LOCAL_CP%
org.openware.loadsim.stats.Publish %1 %2 %3 %4 %5 %6 %7 %8 %9
endlocal
"LOADSIM_PUB"
LOCAL_CP=%LOADSIM_HOME%/lib/loadsim.jar
%JAVA_HOME%/bin/java -Xmx128m -classpath %LOCAL_CP%
org.openware.loadsim.stats.Publish *
Thank you to anybody enough kind to help a new TESTER without resources!!
Yannick.
|