RE: JNDI and/or pooling help (long post)

2002-07-14 Thread Vikramjit Singh
:58 AM To: 'Tomcat Users List' Subject: RE: JNDI and/or pooling help (long post) Thanks for the reply. I've changed my server.xml Resource object to match yours (aside from things like username, etc) and still no luck. As far as I can tell, the Context lookup is working, but when I execute

RE: JNDI and/or pooling help (long post)

2002-07-13 Thread Turner, John
, 2002 7:15 PM To: 'Tomcat Users List' Subject: RE: JNDI and/or pooling help (long post) Also, check your URL. The syntax is also UserName (case-insensitive) Here's my working resource: ResourceParams name=jdbc/DataStorage parameter nameurl/name valuejdbc:microsoft:sqlserver

RE: JNDI and/or pooling help (long post)

2002-07-13 Thread Andrew Conrad
]] Sent: Friday, July 12, 2002 7:15 PM To: 'Tomcat Users List' Subject: RE: JNDI and/or pooling help (long post) Also, check your URL. The syntax is also UserName (case-insensitive) Here's my working resource: ResourceParams name=jdbc/DataStorage parameter nameurl/name

Re: JNDI and/or pooling help (long post)

2002-07-13 Thread Jacob Kjome
Hi John, I'm attaching my context configuration file (CCF) that I use with Tomcat-4.1.x. It works perfectly for me. If you are using Tomcat-4.1.x, you can put both your context directory and the attached CCF (modified to your needs) in TOMCAT_HOME/webapps. Or, you can add the Context inside the

RE: JNDI and/or pooling help (long post)

2002-07-12 Thread Andrew Conrad
Dfor my Resource Object, I was only ever able to use the param username, not user. - Andrew -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 3:37 PM To: '[EMAIL PROTECTED]' Subject: JNDI and/or pooling help (long post) Hello - I'm having

RE: JNDI and/or pooling help (long post)

2002-07-12 Thread Andrew Conrad
Also, check your URL. The syntax is also UserName (case-insensitive) Here's my working resource: ResourceParams name=jdbc/DataStorage parameter nameurl/name valuejdbc:microsoft:sqlserver://localhost:1433/value /parameter parameter namevalidationQuery/name