JDBC connections

2001-10-10 Thread Varghese, Amith
I'm doing some performance testing and I'm running into problem making connections to the DB under Solaris. The odd thing is that I've gotten it to work under Windows without any problems. I've noticed that in DBConfig.java a // is insert before the hostname. Is that a standard for JDBC URLs?

RE: Updated GUI -- give me feedback

2001-09-27 Thread Varghese, Amith
What is the minimum version needed for JMeter -the nightly builds. In the docs it say JRE 1.2, but some of the code (see below) uses the 1.3 API and wont' compile with JDK 1.2. If there has been a planed move to use the 1.3 API then I apologize. Thanks Amith

initialization of custom config element

2001-09-25 Thread Varghese, Amith
I am trying to write a custom config element and I was wondering if there is a way to initialize the config element when the user tries to run the test plan. The problem that I am having is that my config element accepts a file name which it uses to read data from. When I save the config