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">
> >  
> > 
><parameter><name>factory</name><value>org.apache.commons.dbcp.BasicDataSourceFactory</value></parameter>
> >   <parameter><name>maxActive</name><value>100</value></parameter>
> >   <parameter><name>maxIdle</name><value>30000</value></parameter>
> >   <parameter><name>maxWait</name><value>100</value></parameter>
> >   <parameter><name>username</name><value>pgsql</value></parameter>
> >   <parameter><name>password</name><value>Kzy8@0o*</value></parameter>
> >  
> > <parameter><name>driverClassName</name><value>org.postgresql.Driver</v
> > alue></parameter>
> >  
> > 
><parameter><name>url</name><value>jdbc: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]>

Reply via email to