You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Terje Hopsø <te...@online.no> on 2003/06/03 09:12:00 UTC

RE: Database connection "No suitable driver"?

Yes.

- Terje


-----Original Message-----
From: Nikola Milutinovic [mailto:Nikola.Milutinovic@ev.co.yu] 
Sent: 3. juni 2003 07:24
To: Tomcat Users List
Subject: Re: Database connection "No suitable driver"?


Your config looks fine. Have you placed Sybase's JDBC driver into
"${CATALINA_HOME}/common/lib/"?

Nix.


RE: Database connection "No suitable driver"? SOLVED

Posted by Terje Hopsø <te...@online.no>.
And crossContext="true" that I also had set to false.

- Terje


-----Original Message-----
From: Terje Hopsø [mailto:tehosubs@online.no] 
Sent: 3. juni 2003 22:22
To: 'Tomcat Users List'
Subject: RE: Database connection "No suitable driver"? SOLVED


It seems that the problem was in <context .... useNaming="true" ....>  I had
it false. Now it works fine in taglibs too.

Thanks for all help.

- Terje



-----Original Message-----
From: Terje Hopsø [mailto:tehosubs@online.no] 
Sent: 3. juni 2003 22:05
To: 'Tomcat Users List'
Subject: RE: Database connection "No suitable driver"? 


I found an example on www.sybase.com, searching for "tomcat" the first hit
was an example about jconnect for JDBC not using taglib and I got it working
properly.

So now I will try to find out why taglib is not working properly.

- Terje

-----Original Message-----
From: Nikola Milutinovic [mailto:Nikola.Milutinovic@ev.co.yu] 
Sent: 3. juni 2003 14:51
To: Tomcat Users List
Subject: Re: Database connection "No suitable driver"? 


> Yes.

Then there is something wrong with JDBC URL you're using to connect. That
message is actually from DriverManager/DataSource code.

Nix.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Database connection "No suitable driver"? SOLVED

Posted by Terje Hopsø <te...@online.no>.
It seems that the problem was in <context .... useNaming="true" ....>  I had
it false. Now it works fine in taglibs too.

Thanks for all help.

- Terje



-----Original Message-----
From: Terje Hopsø [mailto:tehosubs@online.no] 
Sent: 3. juni 2003 22:05
To: 'Tomcat Users List'
Subject: RE: Database connection "No suitable driver"? 


I found an example on www.sybase.com, searching for "tomcat" the first hit
was an example about jconnect for JDBC not using taglib and I got it working
properly.

So now I will try to find out why taglib is not working properly.

- Terje

-----Original Message-----
From: Nikola Milutinovic [mailto:Nikola.Milutinovic@ev.co.yu] 
Sent: 3. juni 2003 14:51
To: Tomcat Users List
Subject: Re: Database connection "No suitable driver"? 


> Yes.

Then there is something wrong with JDBC URL you're using to connect. That
message is actually from DriverManager/DataSource code.

Nix.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Database connection "No suitable driver"?

Posted by Terje Hopsø <te...@online.no>.
I found an example on www.sybase.com, searching for "tomcat" the first hit
was an example about jconnect for JDBC not using taglib and I got it working
properly.

So now I will try to find out why taglib is not working properly.

- Terje

-----Original Message-----
From: Nikola Milutinovic [mailto:Nikola.Milutinovic@ev.co.yu] 
Sent: 3. juni 2003 14:51
To: Tomcat Users List
Subject: Re: Database connection "No suitable driver"? 


> Yes.

Then there is something wrong with JDBC URL you're using to connect. That
message is actually from DriverManager/DataSource code.

Nix.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Database connection "No suitable driver"?

Posted by Nikola Milutinovic <Ni...@ev.co.yu>.
> Yes.

Then there is something wrong with JDBC URL you're using to connect. That message is actually from DriverManager/DataSource code.

Nix.