Re: TOO MANY OPEN FILES ERROR

2002-11-27 Thread Shahata, Ash
Im having a similar problem but on HP unix, do you have any idea what is the equivalant of the lsof tool on HP Unix? I searched the sys for this command but I couldnt find a match! Thanks -Original Message- From: G.Nagarajan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002

Having error

2002-11-27 Thread Snehal Pandya
Hi This my code and I am having null pointer Exception this is my function %! public static String nulltostring(String obj){ if(obj==null) { obj = ; } obj = obj.replace('',' '); return obj; } % param1=

[no subject]

2002-11-27 Thread mahesh.kagalkar
Hi Can i pass the seeion object from jsp page to a java class and in java class can i use that session object as in jsp page give me the details Thanks you ==To unsubscribe: mailto [EMAIL PROTECTED] with

Replace characters using java

2002-11-27 Thread Deepak
Hi folks I am sorry to ask such a simple question but am a newbie. Is there any way to replace a character in a string with '' ? I mean..suppose we have a phone number like this: 91-44-4220200 Is there any way to get it as 91444220200 ? I looked up the String replace method. But it will replace

Re: TOO MANY OPEN FILES ERROR

2002-11-27 Thread G.Nagarajan
i did a google for lsof hp and got this among other results. Perhaps you can try compiling it for your platform if you dont get a binary. http://searchhp.techtarget.com/tip/1,289483,sid6_gci493522,00.html?FromTaxon omy=%2Fpr%2F6f9 Thanks, Nagarajan. -Original Message- From: A mailing

Re: TOO MANY OPEN FILES ERROR

2002-11-27 Thread Shahata, Ash
Thanks -Original Message- From: G.Nagarajan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 11:54 AM To: [EMAIL PROTECTED] Subject: Re: TOO MANY OPEN FILES ERROR i did a google for lsof hp and got this among other results. Perhaps you can try compiling it for your platform

How to export data to excel sheet from JSP

2002-11-27 Thread Murali Mohan
Hi, How to export data to excel sheet from JSP? Any Idea??? Thanks, Murali === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set

Re: How to export data to excel sheet from JSP

2002-11-27 Thread Josep R. Raurell
You must use csv format: a text file with values separated with ; or tabs. En/na Murali Mohan ha escrit: Hi, How to export data to excel sheet from JSP? Any Idea??? Thanks, Murali === To unsubscribe:

Re: How to export data to excel sheet from JSP

2002-11-27 Thread Murali Mohan
Please elaborate it. Josep R. Raurell wrote: You must use csv format: a text file with values separated with ; or tabs. En/na Murali Mohan ha escrit: Hi, How to export data to excel sheet from JSP? Any Idea??? Thanks, Murali

Re: How to export data to excel sheet from JSP

2002-11-27 Thread Ron Chan
maybe, http://jakarta.apache.org/poi/ --- Murali Mohan [EMAIL PROTECTED] wrote: Please elaborate it. Josep R. Raurell wrote: You must use csv format: a text file with values separated with ; or tabs. En/na Murali Mohan ha escrit: Hi, How to export data to excel sheet from

Re: How to export data to excel sheet from JSP

2002-11-27 Thread Giovanni Azua
http://www.andykhan.com/excelread/ http://jakarta.apache.org/poi/ ODBC-JDBC bridge: http://www.planet-source-code.com/xq/ASP/txtCodeId.2180/lngWId.2/qx/vb/scripts/ShowCode.htm http://www.javaworld.com/javaworld/javaqa/2001-06/04-qa-0629-excel.html

Re: How to export data to excel sheet from JSP

2002-11-27 Thread Oysgelt, Moisey G [GMG]
Actuate e.Reporting has a very nice output ( for commercial needs). http://www.actuate.com/customer_zone/release_notes.asp http://www.actuate.com/customer_zone/sample_application.htm -Original Message- From: Ron Chan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 9:09

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Hai Nguyen
Hi All, I'm designing a small web application with about only 5 static html pages, the rest is servlets and jsp, the number of users would be about 200 per day. Each user would spend about 10 minutes a day using the application. Should I use standalone Tomcat or should I use Apache + Tomcat? TIA

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Kenny G. Dubuisson, Jr.
My personal experience is to use both Apache and Tomcat together. Apache is the king at serving static html pages; Tomcat is the best at JSP. Letting the two standards do what they do best is in my humble opinion the way to go. I have a small web site (less than 100 pages) and I've found that

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Shane Stene
I would like that document as well if it is not too much trouble. Shane Stene Programmer/Analyst EROS Data Center Science Applications International Corporation Sioux Falls, SD 57198 605-594-6876 [EMAIL PROTECTED] === To

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Hai Nguyen
Thanks a lot Kenny. The difference of my application vs. yours is my is smaller, Windows 2000 and SQL server instead of Oracle and Linux. You use the best tools. I'm working on Linux and I would like very much to migrate from MS to Linux OS. If you don't mind, please send me your document. I'll

Re: How to export data to excel sheet from JSP

2002-11-27 Thread Kuruba, Chandrashekar (Cognizant)
Hi, I think you can try this option... you can set the contentType attribute of the page directive to application/vnd.ms_excel i,e %@ page contentType = application/vnd.ms_excel % Shekar -Original Message- From: Murali Mohan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Josep R. Raurell
I think that 2 servers may be 2 problems about security, if you only need one, better use only one. Josep R. Raurell === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Hai Nguyen
Thank you Josep. Security is not very a serious concern since our application is an extranet. Hai -Original Message- From: Josep R. Raurell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 7:44 AM To: [EMAIL PROTECTED] Subject: Re: Should I use standalone Tomcat or Tomcat

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread mike smith
Kenny, If possible could you also send this to me. Thanks, Mike Smith - Original Message - From: Kenny G. Dubuisson, Jr. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 27, 2002 9:51 AM Subject: Re: Should I use standalone Tomcat or Tomcat with Apache My personal

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Kenny G. Dubuisson, Jr.
I've tried to post the doc to the list and it won't let me so if anyone wants the document, just email the list and I'll send it to you individually. Thanks, Kenny - Original Message - From: mike smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 27, 2002 12:12 PM

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Bommakanti, Vamsee
Kenny, could u send it to me to [EMAIL PROTECTED] Thanks Vamsi -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 12:31 PM To: [EMAIL PROTECTED] Subject: Re: Should I use standalone Tomcat or Tomcat with Apache I've tried to

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Wesley Choate
Kenny, could you also send a copy of this to me. Thanks, Wesley Choate Programmer / Analyst Lavender Wyatt Systems, Inc. [EMAIL PROTECTED] 5805 West 12th Street Little Rock, AR 72204 (501)664-7039 Should array indices start at 0 or 1? My compromise of 0.5 was rejected without, I thought,

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Augustin, Priscilla
Kenny, Can you send it to me? Thanks priscilla -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 10:31 AM To: [EMAIL PROTECTED] Subject: Re: Should I use standalone Tomcat or Tomcat with Apache I've tried to post the doc to

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Mutter Wolfgang
Kenny, could you also send a copy of this to me. Thanks !! [EMAIL PROTECTED] Wolfgang Mutter Computer Mutter GmbH (http://www.comu.de) ==To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Bart Conrath
Perhaps you can post it somewhere? I think there would be many people interested in this if that is alright with you. I know I would like a copy as well. Thanks. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On

JSP server Install doc now available on my web site

2002-11-27 Thread Kenny G. Dubuisson, Jr.
Since the list wouldn't let me put my JSP server installation document as an attachment or in the body of a message, I put it on my CableOne.net account web page at http://myweb.cableone.net/kdubuisson/install.doc. Let me know if this link doesn't work for you. Thanks, Kenny

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Luis A
I would like one as well. Thanks, Luis. - Original Message - From: Bommakanti, Vamsee [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 27, 2002 4:32 PM Subject: Re: Should I use standalone Tomcat or Tomcat with Apache Kenny, could u send it to me to [EMAIL

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Matt Sims
Kenny, could you send a copy of this to me at: [EMAIL PROTECTED] Thanks I've tried to post the doc to the list and it won't let me so if anyone wants the document, just email the list and I'll send it to you individually. Thanks, Kenny - Original Message - From: mike smith [EMAIL

Re: Off-topic: JSP and MySQL

2002-11-27 Thread Paul Copeland
Your example with multiple begins indicates a desire to have nested transactions. AFAIK, SQL does not support that and JDBC drivers will throw exceptions if you try it. Some database engines support savepoints or checkpoints providing a roughly equivalent functionality. Your last statement that

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Prasanna N S.
Kenny, Kindly send the document to me as well. Thanks regards, Prasanna. N.S.Prasanna. MindTree Consulting Pvt Ltd., Bangalore - 560 070. Ph:6711777 x 1348. -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 28, 2002 12:01 AM To:

How should i proceed with

2002-11-27 Thread V.T.R.Ravi Kumar
Hi , I have a situtation where in i have to restrict the access of an user in such way that the user has just one session . that is if he is logged at present then don't let him log again from any other pc until he logs of from the previous window .. How should i proceed with to achieve

Re: Should I use standalone Tomcat or Tomcat with Apache

2002-11-27 Thread Srinu.Reddy
Hi Kenny, I was lookinh for such document for some time now. Just saw your mail. It will be great help if you can send it to me. Thanking You, Srinu. -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 28, 2002 12:01 AM To: [EMAIL

Re: How should i proceed with

2002-11-27 Thread Srinu.Reddy
When user logs in just update a field in the database that he is active. If he tries to access from some where else then check this field .. if he is not active then give login or else give error message. But do not forget to reset this field when he logsout of the system. Hope this helps, Srinu

Re: How should i proceed with

2002-11-27 Thread Kesavanarayanan, Ramesh (Cognizant)
you can have a boolean value at the DB which will be default to zero. once he is logged 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]