RE: more pool problems

2002-08-19 Thread Campano, Troy

Have you tried searching for org.hsql.jdbcDriver in server.xml?

-Original Message-
From: Felipe Schnack [mailto:[EMAIL PROTECTED]] 
Sent: Monday, August 19, 2002 11:28 AM
To: [EMAIL PROTECTED]
Subject: more pool problems


  I'm still trying to use tomcat4's connectionpooling mechanism. I just added the 
following code to my server.xml. I added too the needed tags to web.xml. Tomcat starts 
ok, but when I try to get the DataSource from the InitialContext I get an 
ClassNotFoundException: org.hsql.jdbcDriver.
  Where this came from???

  server.xml:

Context path=/poolman docBase=poolman debug=5  reloadable=false 
crossContext=true
  Logger
className=org.apache.catalina.logger.FileLogger   
prefix=localhost_poolman_log. suffix=.txt timestamp=true/
  Resource name=jdbc/w2 auth=Container type=javax.sql.DataSource/
  ResourceParams name=jdbc/w2
 
parameternamefactory/namevalueorg.apache.commons.dbcp.BasicDataSourceFactory/value/parameter
  parameternamemaxActive/namevalue100/value/parameter
  parameternamemaxIdle/namevalue3/value/parameter
  parameternamemaxWait/namevalue100/value/parameter
  parameternameusername/namevaluepgsql/value/parameter
  parameternamepassword/namevalueKzy8@0o*/value/parameter
 
parameternamedriverClassName/namevalueorg.postgresql.Driver/value/parameter
 
parameternameurl/namevaluejdbc:postgresql://jabba:5432/w2/value/parameter
  /ResourceParams
/Context

-- 

Felipe Schnack
Analista de Sistemas
[EMAIL PROTECTED]
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
[EMAIL PROTECTED]
Fone/Fax.: (51)32303328


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: more pool problems

2002-08-19 Thread Felipe Schnack

  It's not there, i checked.

On Mon, 2002-08-19 at 12:32, Campano, Troy wrote:
 Have you tried searching for org.hsql.jdbcDriver in server.xml?
 
 -Original Message-
 From: Felipe Schnack [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, August 19, 2002 11:28 AM
 To: [EMAIL PROTECTED]
 Subject: more pool problems
 
 
   I'm still trying to use tomcat4's connectionpooling mechanism. I just added the 
following code to my server.xml. I added too the needed tags to web.xml. Tomcat 
starts ok, but when I try to get the DataSource from the InitialContext I get an 
ClassNotFoundException: org.hsql.jdbcDriver.
   Where this came from???
 
   server.xml:
 
 Context path=/poolman docBase=poolman debug=5  reloadable=false 
crossContext=true
   Logger
 className=org.apache.catalina.logger.FileLogger   
 prefix=localhost_poolman_log. suffix=.txt timestamp=true/
   Resource name=jdbc/w2 auth=Container type=javax.sql.DataSource/
   ResourceParams name=jdbc/w2
  
 
parameternamefactory/namevalueorg.apache.commons.dbcp.BasicDataSourceFactory/value/parameter
   parameternamemaxActive/namevalue100/value/parameter
   parameternamemaxIdle/namevalue3/value/parameter
   parameternamemaxWait/namevalue100/value/parameter
   parameternameusername/namevaluepgsql/value/parameter
   parameternamepassword/namevalueKzy8@0o*/value/parameter
  
 
parameternamedriverClassName/namevalueorg.postgresql.Driver/value/parameter
  
 parameternameurl/namevaluejdbc:postgresql://jabba:5432/w2/value/parameter
   /ResourceParams
 /Context
 
 -- 
 
 Felipe Schnack
 Analista de Sistemas
 [EMAIL PROTECTED]
 Cel.: (51)91287530
 Linux Counter #281893
 
 Faculdade Ritter dos Reis
 www.ritterdosreis.br
 [EMAIL PROTECTED]
 Fone/Fax.: (51)32303328
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
-- 

Felipe Schnack
Analista de Sistemas
[EMAIL PROTECTED]
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
[EMAIL PROTECTED]
Fone/Fax.: (51)32303328


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: more pool problems

2002-08-19 Thread Campano, Troy

Well, if it's not there than it has to be called from somewhere else. Hsql is apache's 
Java database I think and usually if you are using examples from Apache's site, they 
can tend to you HSQL in the examples.

Try looking in your page, any pages that your page calls, web.xml and server.xml.

I'd imagine it must be in there somewhere.



-Original Message-
From: Felipe Schnack [mailto:[EMAIL PROTECTED]] 
Sent: Monday, August 19, 2002 11:37 AM
To: Tomcat Users List
Subject: RE: more pool problems


  It's not there, i checked.

On Mon, 2002-08-19 at 12:32, Campano, Troy wrote:
 Have you tried searching for org.hsql.jdbcDriver in server.xml?
 
 -Original Message-
 From: Felipe Schnack [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 19, 2002 11:28 AM
 To: [EMAIL PROTECTED]
 Subject: more pool problems
 
 
   I'm still trying to use tomcat4's connectionpooling mechanism. I just added the 
following code to my server.xml. I added too the needed tags to web.xml. Tomcat 
starts ok, but when I try to get the DataSource from the InitialContext I get an 
ClassNotFoundException: org.hsql.jdbcDriver.
   Where this came from???
 
   server.xml:
 
 Context path=/poolman docBase=poolman debug=5  reloadable=false 
crossContext=true
   Logger
 className=org.apache.catalina.logger.FileLogger   
 prefix=localhost_poolman_log. suffix=.txt timestamp=true/
   Resource name=jdbc/w2 auth=Container type=javax.sql.DataSource/
   ResourceParams name=jdbc/w2
  
 
parameternamefactory/namevalueorg.apache.commons.dbcp.BasicDataSourceFactory/value/parameter
   parameternamemaxActive/namevalue100/value/parameter
   parameternamemaxIdle/namevalue3/value/parameter
   parameternamemaxWait/namevalue100/value/parameter
   parameternameusername/namevaluepgsql/value/parameter
   parameternamepassword/namevalueKzy8@0o*/value/parameter
  
 parameternamedriverClassName/namevalueorg.postgresql.Driver/v
 alue/parameter
  
 parameternameurl/namevaluejdbc:postgresql://jabba:5432/w2/value/parameter
   /ResourceParams
 /Context
 
 --
 
 Felipe Schnack
 Analista de Sistemas
 [EMAIL PROTECTED]
 Cel.: (51)91287530
 Linux Counter #281893
 
 Faculdade Ritter dos Reis
 www.ritterdosreis.br
 [EMAIL PROTECTED]
 Fone/Fax.: (51)32303328
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
-- 

Felipe Schnack
Analista de Sistemas
[EMAIL PROTECTED]
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
[EMAIL PROTECTED]
Fone/Fax.: (51)32303328


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: more pool problems

2002-08-19 Thread Felipe Schnack

  Actually not. The hsql driver isn't anywhere in my config, but the
postgresql driver isn't working too.
On Mon, 2002-08-19 at 12:39, Campano, Troy wrote:
 Well, if it's not there than it has to be called from somewhere else. Hsql is 
apache's Java database I think and usually if you are using examples from Apache's 
site, they can tend to you HSQL in the examples.
 
 Try looking in your page, any pages that your page calls, web.xml and server.xml.
 
 I'd imagine it must be in there somewhere.
 
 
 
 -Original Message-
 From: Felipe Schnack [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, August 19, 2002 11:37 AM
 To: Tomcat Users List
 Subject: RE: more pool problems
 
 
   It's not there, i checked.
 
 On Mon, 2002-08-19 at 12:32, Campano, Troy wrote:
  Have you tried searching for org.hsql.jdbcDriver in server.xml?
  
  -Original Message-
  From: Felipe Schnack [mailto:[EMAIL PROTECTED]]
  Sent: Monday, August 19, 2002 11:28 AM
  To: [EMAIL PROTECTED]
  Subject: more pool problems
  
  
I'm still trying to use tomcat4's connectionpooling mechanism. I just added the 
following code to my server.xml. I added too the needed tags to web.xml. Tomcat 
starts ok, but when I try to get the DataSource from the InitialContext I get an 
ClassNotFoundException: org.hsql.jdbcDriver.
Where this came from???
  
server.xml:
  
  Context path=/poolman docBase=poolman debug=5  reloadable=false 
crossContext=true
Logger
  className=org.apache.catalina.logger.FileLogger   
  prefix=localhost_poolman_log. suffix=.txt timestamp=true/
Resource name=jdbc/w2 auth=Container type=javax.sql.DataSource/
ResourceParams name=jdbc/w2
   
  
parameternamefactory/namevalueorg.apache.commons.dbcp.BasicDataSourceFactory/value/parameter
parameternamemaxActive/namevalue100/value/parameter
parameternamemaxIdle/namevalue3/value/parameter
parameternamemaxWait/namevalue100/value/parameter
parameternameusername/namevaluepgsql/value/parameter
parameternamepassword/namevalueKzy8@0o*/value/parameter
   
  parameternamedriverClassName/namevalueorg.postgresql.Driver/v
  alue/parameter
   
  
parameternameurl/namevaluejdbc:postgresql://jabba:5432/w2/value/parameter
/ResourceParams
  /Context
  
  --
  
  Felipe Schnack
  Analista de Sistemas
  [EMAIL PROTECTED]
  Cel.: (51)91287530
  Linux Counter #281893
  
  Faculdade Ritter dos Reis
  www.ritterdosreis.br
  [EMAIL PROTECTED]
  Fone/Fax.: (51)32303328
  
  
  --
  To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
  For additional commands, e-mail: 
  mailto:[EMAIL PROTECTED]
  
  
  --
  To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
  For additional commands, e-mail: 
  mailto:[EMAIL PROTECTED]
  
 -- 
 
 Felipe Schnack
 Analista de Sistemas
 [EMAIL PROTECTED]
 Cel.: (51)91287530
 Linux Counter #281893
 
 Faculdade Ritter dos Reis
 www.ritterdosreis.br
 [EMAIL PROTECTED]
 Fone/Fax.: (51)32303328
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
-- 

Felipe Schnack
Analista de Sistemas
[EMAIL PROTECTED]
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
[EMAIL PROTECTED]
Fone/Fax.: (51)32303328


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]