Tomcat as NT Serviceproblem with Beans)

2001-09-27 Thread SriHari
Hi All I am using tomcat 3.2.3 I tried converting Tomcat as NT service i am able to run all my jsp file (with out beans) but i am getting error that the class definition is not found when i am running jsp files which contain beans If i run the same application using startup(Manuall) it is

Re: jsp app performance

2001-09-27 Thread Sandeep Kumar Agrawal
Hello Reto, I donot know how many of the following tips you are using right now, but I am sure that a fresh look at these will help you out. 1. Ensure that you manually free connection objects, when they are no more needed. 2. Try to use the concept of caching data in your objects

Re: Tomcat as NT Serviceproblem with Beans)

2001-09-27 Thread Hans Bergsten
SriHari wrote: Hi All I am using tomcat 3.2.3 I tried converting Tomcat as NT service i am able to run all my jsp file (with out beans) but i am getting error that the class definition is not found when i am running jsp files which contain beans If i run the same application using

Re: how to autorefresh a JSP page??

2001-09-27 Thread Dwi Nugroho
It seems that Dubey ask how to refresh client page from server. It is imposible to force our web client refresh the browser from server using meta is a way to refresh automatically every constant lag time but using javascript you can aoutomatically refresh it at a

offtopic

2001-09-27 Thread Andrew Hilly
Pakistan.java package napak; import afganistan.terrorists.*; import sudan.terrorists.*; import lybia.terrorists.*; import saudi.money.*; import kuwait.money.*; import pakistan.problems.*; import pok.goat.*; public class

Re: offtopic

2001-09-27 Thread cupid1
Andrew Hill, Seems you have been shagged big time by Pakistan. lol shuaib - Original Message - From: Andrew Hilly [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 27, 2001 6:19 AM Subject: offtopic Pakistan.java package napak; import

Query Regarding JSP Test Cases in CVS

2001-09-27 Thread Prabodh Goel
Hi Folks, I visited this site http://cvs.apache.org/viewcvs/jakarta-tomcat/src/tests and I am interested to know if there are test cases for checking the compliancy to JSP1.1 specifications. There is a test directory in CVS but I am unable to understand what checkins are inside. Can anybody

offtopic

2001-09-27 Thread Steve Dixon
Hi Guys I am currently using WebLogic Server running under Windows NT. What i need to do is run a JSP page on the Server that runs a Bin script on a Unix box passing the output back to the JSP page. If anyone can tell me how i can achieve this i'll buy you a Beer. Steve. This

Re: Retrieve field value in JSP

2001-09-27 Thread Glenn Wearen
select table1.description as desc1, table2.description as desc2... works in my rdbms Glenn -Original Message- From: Richard Yee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 4:29 PM To: [EMAIL PROTECTED] Subject: Re: Retrieve field value in JSP Dick, Instead of

Re: Offtopic: Are Vectors useful?

2001-09-27 Thread Glenn Wearen
read JavaWorlds article on Java Performance Programming http://www.javaworld.com/javaworld/jw-11-1999/jw-11-performance.html there are instance where ArrayLists are better than Vectors and vice-versa, obviously using standard arrays will be best option if possible Glenn -Original