RE: javax.naming.NamingException: Cannot create resource instance

2002-07-04 Thread Les Hughes
- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: 03 July 2002 13:11 To: Tomcat Users List (E-mail) Subject: RE: javax.naming.NamingException: Cannot create resource instance ok nice to go one step further everytime :). dowloaded these files thro' the link specified commons

RE: javax.naming.NamingException: Cannot create resource instance

2002-07-03 Thread Vikramjit Singh
is it there in the links. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Les Hughes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 5:06 AM To: 'Vikramjit Singh'; 'Tomcat Users List' Subject: RE: javax.naming.NamingException: Cannot create

RE: javax.naming.NamingException: Cannot create resource instance

2002-07-02 Thread Vikramjit Singh
To: 'Tomcat Users List' Subject: RE: javax.naming.NamingException: Cannot create resource instance Ok, I've had a chance to modify my msql example to work with Oracle. Here's what I found 1) When using the thin driver, make sure that the SID is actually the SID, not the TNS name of the service

RE: javax.naming.NamingException: Cannot create resource instance

2002-07-02 Thread Vikramjit Singh
Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Les Hughes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 3:25 AM To: 'Tomcat Users List' Subject: RE: javax.naming.NamingException: Cannot create resource instance Yet

RE: javax.naming.NamingException: Cannot create resource instance

2002-07-02 Thread Les Hughes
OK, we're making progress! commons, pool and collections.jar are available from the jakarta-commons download area http://jakarta.apache.org/commons Grab those, try again and let us know how it goes. Les -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: javax.naming.NamingException: Cannot create resource instance

2002-06-25 Thread Les Hughes
- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: 25 June 2002 05:42 To: 'Tomcat Users List' Subject: RE: javax.naming.NamingException: Cannot create resource instance hi, I am using tomcat 4.0.3 and the same problem i am facing though i am using Oracle driver i.e

Re: javax.naming.NamingException: Cannot create resource instance

2002-06-25 Thread Fabio Mengue
Hi, Les Hughes wrote: Also, I dont think you need both drivername and url - they are synonyms for the same thing. I think DBCP wants URL to be configured. At least with DB2, if I don't configure url on server.xml, I get Cannot create JDBC driver of class 'COM.ibm.db2.jdbc.net.DB2Driver' for

RE: javax.naming.NamingException: Cannot create resource instance

2002-06-25 Thread Dave Gibbs
[mailto:[EMAIL PROTECTED]] Sent: 25 June 2002 13:35 To: Tomcat Users List Subject: Re: javax.naming.NamingException: Cannot create resource instance Hi, Les Hughes wrote: Also, I dont think you need both drivername and url - they are synonyms for the same thing. I think DBCP wants URL

RE: javax.naming.NamingException: Cannot create resource instance

2002-06-25 Thread Les Hughes
Message- From: Fabio Mengue [mailto:[EMAIL PROTECTED]] Sent: 25 June 2002 13:35 To: Tomcat Users List Subject: Re: javax.naming.NamingException: Cannot create resource instance Hi, Les Hughes wrote: Also, I dont think you need both drivername and url - they are synonyms

Re: javax.naming.NamingException: Cannot create resource instance

2002-06-25 Thread Fabio Mengue
Hello, Dave Gibbs wrote: DB2 driver does need the URL formatted as follows. URL=jdbc:db2:your_db_name My server.xml entry (this DON'T work) Resource name=jdbc/DataSource auth=Container type=javax.sql.DataSource/ ResourceParams name=jdbc/DataSource

RE: javax.naming.NamingException: Cannot create resource instance

2002-06-25 Thread Dave Gibbs
have any success. Dave -Original Message- From: Fabio Mengue [mailto:[EMAIL PROTECTED]] Sent: 25 June 2002 14:57 To: Tomcat Users List Subject: Re: javax.naming.NamingException: Cannot create resource instance Hello, Dave Gibbs wrote: DB2 driver does need the URL formatted as follows

RE: javax.naming.NamingException: Cannot create resource instance

2002-06-25 Thread Les Hughes
end (ie create a user with no password) and not putting a password in the server.xml also made it blow up. Fun fun fun eh? -Original Message- From: Fabio Mengue [mailto:[EMAIL PROTECTED]] Sent: 25 June 2002 14:57 To: Tomcat Users List Subject: Re: javax.naming.NamingException: Cannot

Re: javax.naming.NamingException: Cannot create resource instance

2002-06-25 Thread Manolo Ramirez
()); } % Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 8:04 AM To: Tomcat Users List Subject: Re: javax.naming.NamingException: Cannot create resource instance Hello Kumar

RE: javax.naming.NamingException: Cannot create resource instance

2002-06-25 Thread Les Hughes
PROTECTED]] Sent: 25 June 2002 16:21 To: Tomcat Users List Subject: Re: javax.naming.NamingException: Cannot create resource instance I got the same problem with PostgreSQL, it was because the RPM of Tomcat 4.0.3 does not support Tyrex, I had to compile the source RPM and install all

Re: javax.naming.NamingException: Cannot create resource instance

2002-06-24 Thread Jacob Kjome
Hello Kumar, Try using the username parameter. Also, the solution that has worked flawlessly for me is here: http://marc.theaimsgroup.com/?l=tomcat-userm=102225547106556w=2 Note that this is with the new 4.1.x versions of Tomcat. If you are using 4.0.x versions, your mileage may vary. Jake

RE: javax.naming.NamingException: Cannot create resource instance

2002-06-24 Thread Vikramjit Singh
-Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 8:04 AM To: Tomcat Users List Subject: Re: javax.naming.NamingException: Cannot create resource instance Hello Kumar, Try using the username parameter. Also, the solution that has worked flawlessly for me