Re: Database connection Pool in Tomcat

2001-05-31 Thread Oliver Wood
You love this poolman --- Franck Rasolo [EMAIL PROTECTED] wrote: --- Ashish Shrestha [EMAIL PROTECTED] wrote: You can also try PoolMan (forgot the URL). = http://www.codestudio.com/ __ Do You Yahoo!? Get personalized email addresses from

Performence issue in Database connection

2001-05-31 Thread Jithendra K.C
Hi, For any Web application: Different approaches for Connection pooling 1) Application server supports the Connection pooling through JNDI Call . 2) If we have own Connection pooling Code. When considered as performence issues I wanted to know which approach is better between the remote

Re: mm.MySql jdbc driver for MySQL?

2001-05-31 Thread Clair e Simon
Hi, I did download the JDBC driver for MySQL, but I don't know how to install it. I thought it would have instructions with it, but there's not. Can someone tell me how? Bye Simon - Original Message - From: Supreme Being [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May

Re: Editor

2001-05-31 Thread Joseph Porta
the one and only 'vim' (on Linux, Unix, W32) regards Joseph Porta On Thursday, May 31, 2001, 6:57:15 AM, you wrote: CAV try Forte for Java CE from sun CAV -Original Message- CAV From: Jain Sharad [mailto:[EMAIL PROTECTED]] CAV Sent: Thursday, May 31, 2001 10:14 AM CAV To: [EMAIL

jsp mysql error ?

2001-05-31 Thread sufi malak
Hi, I am trying to connect to a mysql database, but I got this error : Error: 500 Location: /Career/test55.jsp Internal Servlet Error: javax.servlet.ServletException: java.sql.SQLException: Invalid authorization specification: Access denied for user: 'wapdemo@localhost' (Using password: YES)

Re: jsp mysql error ?

2001-05-31 Thread Brad Cox
Check the host, port, user and password settings in j/PoolBuilder against the contents of mysql's User table. They need to match. Instructions are at http://virtualschool.edu/wap At 1:49 PM + 05/31/2001, sufi malak wrote: Hi, I am trying to connect to a mysql database, but I got this error :

Sign-off

2001-05-31 Thread Athar, Zarina (MED, Exec Search)
signoff JSP-INTEREST -Original Message- From: Erwin Kodiat [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 7:59 PM To: [EMAIL PROTECTED] Subject: Re: Editor Initially consider JBuilder and/ or UltraEdit/ TextPad/EditPlus Erwin Kodiat Mitrais Software Development Center Bali,

Sign-off

2001-05-31 Thread Justin Owens
signoff JSP-INTEREST -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Athar, Zarina (MED, Exec Search) Sent: Thursday, May 31, 2001 3:10 PM To: [EMAIL PROTECTED] Subject: Sign-off signoff JSP-INTEREST

SV: Sign-off

2001-05-31 Thread Nicholas Larsson
IDIOT -Ursprungligt meddelande- Från: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]För Athar, Zarina (MED, Exec Search) Skickat: den 31 maj 2001 16:10 Till: [EMAIL PROTECTED] Ämne: Sign-off signoff JSP-INTEREST -Original Message-

Sign-off

2001-05-31 Thread [Qari Qasim]
=== To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some relevant FAQs on JSP/Servlets can be found at:

Re: jsp mysql error ?

2001-05-31 Thread Joseph Ottinger
Maybe you should try the obvious. Oh wait, you probably can't tell what that means. Invalid authorization means you aren't properly authenticated via the JDBC url. Use a real user/correct password. Try, try, try, try reading your own error messages before using JSP-I as your personal help me

Sign-off

2001-05-31 Thread Agarwal, Shekhar (MED, TCS America)
signoff JSP-INTEREST -Original Message- From: Brad Cox To: [EMAIL PROTECTED] Sent: 5/31/01 9:13 AM Subject: Re: jsp mysql error ? Check the host, port, user and password settings in j/PoolBuilder against the contents of mysql's User table. They need to match. Instructions are at

JSP Page threw a non-Exception Throwable

2001-05-31 Thread erik morton
Hello. I am working with JRun 3.0 on Windows NT with Apache. While trying to `new' an object I get the following run time exception: JSP Page threw a non-Exception Throwable The object that I am creating an instance of has a pretty deep stack and 3 additional classes will be created in the

Re: jrun:sendmail

2001-05-31 Thread Supreme Being
Jim, I'm not having any email server installed on my system. In fact i use Internet Mail (Yahoo, Hoboe) etc. Apart from JSP, i use PHP and ASP for my Server Programming. PHP has the in-built mail() function and ASP uses either the CDONTS component or JMail. So i never faced any such problem

Servlet Design

2001-05-31 Thread Chandini Paterson
Hi, I was wondering if any of you knew a good web site that goes into good Servlet Design. I have just been on Google for the last 21/2 hours trying to find anything worthwhile. However I wasn't very successful:-( I would be grateful if you could point me to the right link(s). TIA, Chandini

Storing encryption key in web.xml

2001-05-31 Thread Mohammed Ali
Hello, I am writing a web application using the MVC in jsp/servlet. The data in the table is encrypted. Is it safe to store the encryption key in my application's web.xml file so that it can be retrieved by the servlet ? If it's not, where else ? I am using Tomcat as the container. thanks in

Re: Storing encryption key in web.xml

2001-05-31 Thread Shawn Zhu
Other place can be in the DB -Original Message- From: Mohammed Ali [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 9:47 AM To: [EMAIL PROTECTED] Subject: Storing encryption key in web.xml Hello, I am writing a web application using the MVC in jsp/servlet. The data in

Re: jsp mysql error ?

2001-05-31 Thread Shawn Zhu
lol, seen way too many of that sort. -Original Message- From: Joseph Ottinger [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 7:48 AM To: [EMAIL PROTECTED] Subject: Re: jsp mysql error ? Maybe you should try the obvious. Oh wait, you probably can't tell what that means.

Re: jrun:sendmail

2001-05-31 Thread Shawn Zhu
If using CDONTS worked for you on the same machine, that means you have a smtp server. now you just need to figure out what to put in props.put(mail.smtp.host, smtp.jspinsider.com); You need to substitute mail.smtp.host to the hostname of your smtp server. -Original Message- From:

websphere not loading

2001-05-31 Thread s m
I have installed WebSphere with iis on nt 4 with service pack 6 and the iis40lib.dll fails to load. Asp.dll fails to load also. andy ideas to what is causing this would be appreciated. This is actually a iis problem and not a jsp problem. sm __

Re: jrun:sendmail

2001-05-31 Thread Jim Rueschhoff
Actually he needs to substitute the smpt.jspinsider.com with his smtp server. The mail.smtp.host is the property key. I sent him a private note explaining his problems. I didn't think the whole group needed to deal with it so I sent it directly to him. Jim -Original Message- From: A

strange auto reply

2001-05-31 Thread s m
when I write to [EMAIL PROTECTED] I get all of these out of office auto replys and a failure message from postmaster@ babamail.com. Whats up with that?!? __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year!

how to get notified of session death?

2001-05-31 Thread Ivan Kougaenko
Here's my question... I have a JSP app (page centric design) with user logins. Every time a user logs in, he/she can modify different things (back end), but once they log out or close the browser, I want to be able reset all of the changes made by them. For example: 1. User logs in 2. User

how to get notified of session death?

2001-05-31 Thread Ivan Kougaenko
I just thought of another way of dealing with detecting session timeout and the clean-up process. Please tell me what you think. 1. Create an Object and override its finalize() method. 2. Place that object into the session (during login).. haven't tried it yet, but something like this:

Re: table applet

2001-05-31 Thread Karau, Joe
If you try to use Swing in an applet, it is going to require the browser to download a Java2 Virtual Machine. I your app is going to be for many people, you may want to rethink. By the way, not really a JSP question. Joseph Karau Kingland Systems [EMAIL PROTECTED] 507-536-3629 AIM: jkara3629

Re: Send and get flies by FTP

2001-05-31 Thread Conyers, Dwayne
You don't need FTP to get flies... just open the window. The generation that took acid to escape reality Is now taking antacid to deal with reality http://www.dwacon.com ©¿©¬ === To unsubscribe: mailto [EMAIL PROTECTED]

Re: Send and get flies by FTP

2001-05-31 Thread Geert Van Damme
check out the package at http://www.enterprisedt.com/downloads/ftp.html I've used it and it worked OK. Geert Van Damme -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Bonilla Sent: vrijdag

Re: java.awt.List error

2001-05-31 Thread Margaret Fisk
You need to say something like private awt.List or util.List. What the error means is that there are more than one of the imported java classes with a method call List. You must distinguish between them. Margaret -Original Message- From: Nguyen, Thang P [mailto:[EMAIL PROTECTED]] Sent:

Re: how to get notified of session timeout

2001-05-31 Thread Shawn Zhu
LOL, didn't I send you an response? And since the mail-list is all wacked, like it kept sending all emails out; other's reply may have been delayed. Besides, aren't you glad that you've figure out the solution? You've just stepped up a level in your JSP/Java programming. -Original

how to get notified of session timeout

2001-05-31 Thread Ivan Kougaenko
Alright, I figured out a way of detecting session timeout and performing cleanup after its death. example: 1. user logs in (creates a session) 2. user modifies some tables in the DB 3. user closes the browser, leaves it unattended, logs out, disconnects from the internet, etc.. (session

Re: How to avoid the a line Break

2001-05-31 Thread Hans Bergsten
matthias wrote: Hy, please help me with this little problem. Everytime when i start a scriptlet % the compiled Sevlet from this jsp includes a line break out.write(\r\n);. Is it possible the avoid this behaviour. JSP preserves whitespace, including line breaks. So for each JSP element

Re: jsp mysql error ?

2001-05-31 Thread EJB ForAll
Dear, You have not given to permission to MySql Server allow user wapdemo to access the database locally. Execute the following query on the MySQL prompt grant all permission on *.* to wapdemo@localhost identified by 'password' grant all permission on *.* to wapdemo@'%' identified by

Re: Performence issue in Database connection

2001-05-31 Thread Jithendra K.C
Jithendra K.C [EMAIL PROTECTED] on 05/31/2001 04:04:47 PM Please respond to A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: (bcc: KC Jithendra/Satyam) Subject Performence issue in Database

Re: VERY URGENT.java.lang.UnsupportedOperationException in Resin

2001-05-31 Thread Rishabh Agarwal
This is because of the Driver you are using not supporting the feature. Please write in the database being used and the driver for the same. Rishabh. -Original Message- From: ems vasudevan [mailto:[EMAIL PROTECTED]] Sent: Friday, May

File upload

2001-05-31 Thread Erwin Kodiat
Do you guys know where can I get a tutorial about uploading file with JSP and stored in BLOB data type in Oracle database? Thanks in advance. Erwin Kodiat Mitrais Software Development Center Bali, Indonesia === To