Re: Load Test

2000-12-09 Thread Dmitri Namiot
you could check out this also: http://coldjava.hypermart.net/servlets/stress.htm ServletShop: java server side programming http://coldjava.hypermart.net Get your own FREE, personal Netscape WebMail account today at

Tomcat in VisualAge setup new project

2000-12-09 Thread Find4u
I am a new to Tomcat and was wondering.. Has any body setup Tomcat for a existing project in Visualage for java what changes do you need in the setup files. I imagine that the files to change are the web.xml but which one? Is there an ariticle somewhere which explains the Tomcat setup? Thanks

No constructor matching Ticker() found in class Ticker.

2000-12-09 Thread fau k
Hi, Can any one help me,, I am getting this error for past two days.. but till now I am unable to solve this problem. Here I am giving the application.. Please look into this and reply at [EMAIL PROTECTED] Please help me in this regard.. This is simple.. I am unable to import a file.. this is

Re: No constructor matching Ticker() found in class Ticker.

2000-12-09 Thread Luis Javier Beltran
you have to define Ticket() as public: public Ticket() { } - Original Message - From: "fau k" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 09, 2000 1:48 PM Subject: No constructor matching Ticker() found in class Ticker. Hi, Can any one help me,, I am getting

Re: No constructor matching Ticker() found in class Ticker.

2000-12-09 Thread Doug Turner
Well, the constructor isn't marked as "public"...try that. - Original Message - From: fau k [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 09, 2000 1:48 PM Subject: No constructor matching Ticker() found in class Ticker. Hi, Can any one help me,, I am getting this

Attribute value should be quoted

2000-12-09 Thread fau k
Hi, Thanks for your kind reply. I have one more dout.. In my jsp file I am getting data from database and I am storing into vector.. after that I have to pass this vector data to applet.. I am using jsp:plugining.. like this.. jsp:plugin type="applet" code="TickerApplet.class"

Communication between jsp and applets..

2000-12-09 Thread fau k
Hi, Please help me in this problem.. My Application is:: I am taking data from DataBase and putting in the Vector by using jsp.I want to pass this vector to Applet's JTABLE to display the data in to applet.. I don't how to communicate this vector to applet. I am using jsp:plugin

Re: Attribute value should be quoted

2000-12-09 Thread fau k
Hi, When I use param tag It only passed the Strings.. I have a jsp file, So I am getting data from table and I am putting this data into Vector.. So now I want to pass this vector into Applet Jtable.. If I use jsp:param name="tickerData" value="v"/ it passes only strings.. HOw can I pass