Re: web server crashes . Please help !!!

2003-05-30 Thread V.T.R.Ravi Kumar
Subject: Re: web server crashes . Please help !!! give me the detailed information about webserver crash that would help us to find the solution. for example, . Web Server name - JO1.0b.06, OS name- Windows-98, jdk version- JSK1.4.1, what type of application were running - JSP, etc,

web server crashes . Please help !!!

2003-05-29 Thread V.T.R.Ravi Kumar
=0b60ffb8 EBP=0b610024 ECX=0b6101d8 DS=0187 ESI=81646afc FS=3aef EDX=bff76855 ES=0187 EDI=0b610200 GS= Bytes at CS:EIP: 53 56 57 8b 30 83 7d 10 01 8b 4e 38 89 4d f8 75 Stack dump: V.T.R.Ravi Kumar Engineer,CCX,BHEL, Haridwar Phone

Re: How to hand in the passwords to users [urgent!]

2003-04-01 Thread V.T.R.Ravi Kumar
... V.T.R.Ravi Kumar Engineer,CCX,BHEL, Haridwar Phone : Office-91-01334-285260 Res -91-01334-226121 - - Original Message - From: Nancy Crisostomo Martinez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 3:04 AM

How to close database connections.

2003-03-25 Thread V.T.R.Ravi Kumar
in the database server . I would like to know if the server could sense if the sessions has been closed and close their database connection. thanks V.T.R.Ravi Kumar Engineer,CCX,BHEL, Haridwar Phone : Office-91-01334-285260 Res -91

Critical calculations

2003-01-12 Thread V.T.R.Ravi Kumar
calculating the values sequentially Can anyone suggest any other method using thread whereby my calculation speed may be increased ( at present the caluculations take approx 1 to 2 hrs) chao V.T.R.Ravi Kumar Engineer,CCX,BHEL, Haridwar

connection password

2003-01-03 Thread V.T.R.Ravi Kumar
stmt=con.createStatement(); ResultSet rs; where am i missing something V.T.R.Ravi Kumar Engineer,CCX,BHEL, Haridwar Phone : Office-91-01334-285260 Res -91-01334-226121

Re: Query takes 10 minutes...I need to display some output...how?

2003-01-02 Thread V.T.R.Ravi Kumar
Use this table STYLE=table-layout:'fixed' to go on display your rows as they occur V.T.R.Ravi Kumar Engineer,CCX,BHEL, Haridwar Phone : Office-91-01334-285260 Res -91-01334-226121

Re: How to get values of all session variable--application wide?

2003-01-01 Thread V.T.R.Ravi Kumar
I also had the same requirement and tried using a sessiontag available in apache-jakarta site but not to of any use . I'll be glad to know if you succeed in this.(presently i am using a batabase approach only). V.T.R.Ravi Kumar

scrape taglib

2002-12-18 Thread V.T.R.Ravi Kumar
anybody help... Dhanyavad(thanks) in advance V.T.R.Ravi Kumar Engineer,CCX,BHEL, Haridwar Phone : Office-91-01334-285260 Res -91-01334-226121

problem in compiling tag

2002-12-13 Thread V.T.R.Ravi Kumar
.*; import javax.servlet.jsp.tagext.*; what should i do V.T.R.Ravi Kumar Engineer,CCX,BHEL, Haridwar Phone : Office-91-01334-285260 Res -91-01334-226121

BACKLINKS

2002-12-02 Thread V.T.R.Ravi Kumar
Hi there, Does anyone know how one can determine the backlinks to a page using JSP, found some examples in http://jmn27.tripod.com/backlink.html but that uses js ... regards V.T.R.Ravi Kumar Engineer,CCX,BHEL, Haridwar Phone : Office

Re: How should i proceed with (can I...

2002-11-28 Thread V.T.R.Ravi Kumar
in make that to 1. when he logs out make that to zero again. in this way if he logs in again you can check the value in the DB and prevent him. HTH Regards Ramesh Kesavanarayanan [EMAIL PROTECTED] -Original Message- From: V.T.R.Ravi Kumar [mailto

Re: How should i proceed with

2002-11-28 Thread V.T.R.Ravi Kumar
Thanks all, for your responses, I think all these things would surely work, I'll try and let know, thanks once again to all V.T.R.Ravi Kumar Engineer,CCX,BHEL, Haridwar Phone : Office-91-0133-485260 Res -91-0133-426121

How should i proceed with

2002-11-27 Thread V.T.R.Ravi Kumar
this V.T.R.Ravi Kumar Engineer,CCX,BHEL, Haridwar Phone : Office-91-0133-485260 Res -91-0133-426121

new bie help me

2002-10-19 Thread V.T.R.Ravi Kumar
You replyTo=[EMAIL PROTECTED] mt:message Mr.%=nam%, Thank you for visiting /mt:message mt:send/ /mt:mail V.T.R.Ravi Kumar Engineer,CCX,BHEL, Haridwar Phone : Office-91-0133-485260 Res -91-0133

Re: obtaining date and time in suitable format for MySQL

2002-10-18 Thread V.T.R.Ravi Kumar
); td=sf.format(today); dd=td.substring(0,2); mm=td.substring(3,5); yy=td.substring(6); % V.T.R.Ravi Kumar Engineer,CCX,BHEL, Haridwar Phone : Office-91-0133-485260 Res -91-0133-426121

Session Active

2002-10-04 Thread V.T.R.Ravi Kumar
Hi , I''ve used this particular tag for counting active sessions the jsp is as follows %@ page import=java.util.Date% %@ page import=java.util.Locale% %@ page import=java.util.*,java.text.*% %@ page session=true buffer=8kb autoFlush=true errorPage=except.jsp isErrorPage=false isThreadSafe=true%