Re: HELP

2000-11-08 Thread David Koo
The standard port for DB's is 3306 not 3360 -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Chetna Bhatt Sent: Wednesday, November 08, 2000 11:23 AM To: [EMAIL PROTECTED] Subject: HELP Hi, I have

No Subject

2000-10-31 Thread David Koo
assuming it wasn't a spelling error (varnem1 - "varname1"), request.getParameter("varnem1") request.getParameter("varnam2") -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Modassir Sattar Sent:

Re: Problem with setting an empty String in JSP

2000-10-31 Thread David Koo
It isn't a bug... If you set a variable with an empty string, why would you expect the variable to contain something else when you do getParameter FYI For null values, setProperty is not called according to the specs. -Original Message- From: A mailing list about Java Server Pages

Re: Bean Scope - application

2000-10-30 Thread David Koo
when the JVM instance (ie server) is shut down and restarted -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Sushil Singh Sent: Monday, October 30, 2000 2:33 PM To: [EMAIL PROTECTED] Subject: Bean Scope -

Re: Bean Scope - application

2000-10-30 Thread David Koo
like to know, if I am using an object (created using new) then what will be the scope of that object. Thanks in advance. Sushil David Koo wrote: when the JVM instance (ie server) is shut down and restarted -Original Message- From: A mailing list about Java Server Pages

Re: JSP and Word

2000-10-26 Thread David Koo
try application/msword... -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Thompson Willard Sent: Thursday, October 26, 2000 9:43 AM To: [EMAIL PROTECTED] Subject: JSP and Word Does anyone know how to

Re: JSP with Informix JDBC

2000-10-26 Thread David Koo
I am assuming that the Informix JDBC driver will not work with an older version of the jdk. Check to see which jdk your path is pointing to by typing in %which java You might have multiple versions of jdk installed on your server and your path might reflect an older version. When you modify your

Re: Download a file in Java

2000-10-24 Thread David Koo
If you were trying to accomplish this with a JSP page, YOU would be the server (because that would mean you are runnning a webserver/jspengine on your machine to be able to serve JSP files) in which case just re-use the code that is below and generate the client request with a Java class from the

Re: I get Out of environment space

2000-10-24 Thread David Koo
from the readme for the sun jswdk Out of Environment Space error message On Windows 95/98 systems, you may see an "Out of Environment Space" error message when starting the server. This happens if Windows provides too small a space for environment variables. To work around this limitation: Close