Who know how to create a "Connection Pool" in Java?

2001-06-04 Thread lancelot
Excuse me, Who know how to create a "Connection Pool" in Java? Thanks a lot. Lancelot. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body:

Re: default.properties

2001-06-04 Thread Mayuresh Kadu
could i also trouble u to make a small peice of code for the same. I am able to access the file nicely when run as an app. Howeever when run as a part of the web-app i am unable to do the same. All i want is to have a central <>.properties file placed in /web-inf where i can access it -- alternati

Many Processes JSP from JDK Native Threads ?

2001-06-04 Thread Jon Shoberg
I got a RH 7.1 box with the latest apache and Tomcat 3.2.2 running this morning. However, after lunch the server was seemingly dead as it would serve no pages... I know I don't have any config files attached, but ... Are there any 'commonly' misconfigured paramaters that could

printing table border in ms-word generate from jsp

2001-06-04 Thread Winnie Leung
i'm generating a microsoft word document using jsp, i can view the table when it's generated, but when i try to print it, the border disappear. thanks in advance. winnie === To unsubscribe: mailto [EMAIL PROTECTED] with body

Root Context

2001-06-04 Thread Mayuresh Kadu
hello all, I am trying to use a mail.properties file kept in /web-inf/mail.properties and being accessed using: Properties props = new Properties(); FileInputStream fi = new FileInputStream("web-inf/mail.properties"); props.load( fi );

Re: File upload

2001-06-04 Thread João Folha
try this http://www.onjava.com/pub/a/onjava/2001/04/05/upload.html?page=2 - Original Message - From: "Hunor Nam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 01, 2001 8:26 AM Subject: Re: File upload > Hi i dont know where to look for tut. (I looked in Java Server Page

Re: How to directly open Excel document in the browser

2001-06-04 Thread Arnab Nandi
Hi, May be this could help:- The points given below gives idea about how to display the report or static data for which data is retrieved in the servlet and printed through jsp. 1. The conversion of report into excel is done by changing the setContentType of response in the servlet.The mim

Re: How to directly open Excel document in the browser

2001-06-04 Thread Daryani Santosh
Set your response type to MS-Excel response.setContentType("application/vnd.ms-exel"); Santosh Raghu Babu <[EMAIL PROTECTED]> on 07/05/2000 11:12:19 AM Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]

naming the send back file

2001-06-04 Thread Winnie Leung
anyone know how to set the name of the file that get sent back, i.e. i used response.setContentType("application/vnd.ms-excel") to create the excel file, and i just want to rename it, rather than saving as abcd.jsp when you choose to save it rather than open it? Thanks... Wing =

Re: Servlet Problem

2001-06-04 Thread Mayuresh Kadu
thats a fantastic peice of information . now could we see the message please ?! This is SHEER waste of bandwidth !! Mayuresh -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Narasimha Vijaya Sent: Sunday,

Re: default.properties

2001-06-04 Thread Mayuresh Kadu
u mean do i make a default.properties and keep it in the CLASSPATH or do i add the tomcats default.properties file to my CLASSPATH !? And once i do .. how do i refer to it ?! Mayuresh -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EM

Re: default.properties

2001-06-04 Thread Joseph Ottinger
Put it in the classpath of the web application. Works well for me. >From: Mayuresh Kadu <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and >reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: default.properties >Date: Mon, 4 Jun 2001 16:00:56 +0530

default.properties

2001-06-04 Thread Mayuresh Kadu
i have some settings .. like my SMTP server name that i wish to keep in the default.properties file. I have two options that i wish to explore .. #1 keep the same in default.properties of tomcat 3.2.1 (which is what i am using) #2 Keep a application specific default.properties file How can i do

Re: Chicken !

2001-06-04 Thread K.S.SREEDHAR KUMAR
What's this bullshit? don't be crazy enough to send such mails to the list if possible go and take rest -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 1:22 PM To: [EMAIL PROTECTED] Subj

Chicken !

2001-06-04 Thread lalit gulhane
The famous question. . . "Why did the chicken cross the road ?" when put before a few Indians .. this is what they had to say. Azhar: "I am totally innocent, you know, I am unnecessarily being dragged into this, you know.I neither know the chicken nor the road, you know"

Re: How to directly open Excel document in the browser

2001-06-04 Thread Arnab Nandi
If you are using Netscape, go to Edit -> Preferences -> Navigator -> Applications -> Microsoft Excel Worksheet -> Choose Edit -> Remove Check Box option from 'Ask me before opening downloaded items'. IE will open Excel without asking. Arnab -Original Message- From: Raghu Babu [mailto:[EMA

How to directly open Excel document in the browser

2001-06-04 Thread Raghu Babu
Hi all, When I am trying to open an excel document in the browser It is popping up "save as" dialog box. I don't want that dialog box to come. Instead the Excel file should be directly opened. Any help Gurus, Regards Raghu

[ANN] Forte for Java 3.0 Early Access available for free download

2001-06-04 Thread Petr Jiricka
An Early Access release of Sun Forte for Java IDE, version 3.0 is available for free download at http://eap.netbeans.com/. Forte for Java 3.0 will be available in two editions: The Community Edition is free of charge and offers many improvements over Forte for Java Community Edition 2.0: Support