[JDBC] Re: [INTERFACES] First-time JDBC setup with Jakarta! Whee!

2001-02-23 Thread Adam Haberlach

On Tue, Feb 20, 2001 at 10:52:51AM +, Tom Albinson wrote:
> Hi Adam
> 
> I am using the JDBC driver with tomcat.
>  to get to work, i put it the lib directory (of my project directory)
> then when i ran build.sh it was installed in the correct place
> Hope that helps

Yeah, it looks like I was over-thinking things.  The server.xml stuff
is what you do if you want to do http authentication from the database.
I wasn't familiar enough with Java to realize that .jsp pages load
JDBC drivers directly from the big Java Namespace...pretty nifty.

-- 
Adam Haberlach| All your base are belong to us.
[EMAIL PROTECTED]   |
http://www.newsnipple.com |
'88 EX500'00 >^<  |



[JDBC] Re: [INTERFACES] First-time JDBC setup with Jakarta! Whee!

2001-02-20 Thread Tom Albinson

Hi Adam

I am using the JDBC driver with tomcat.
 to get to work, i put it the lib directory (of my project directory)
then when i ran build.sh it was installed in the correct place
Hope that helps

Tom




RE: [JDBC] Re: [INTERFACES] First-time JDBC setup with Jakarta! Whee!

2001-02-20 Thread Ramachandra K.B.S

Hi,

We have JDBC driver working with Tomcat, by simply copying the
postgresql.jar file into the tomcat/lib directory, and restarting
tomcat.  

No changes to server.xml are required for this.

Hope this helps.

Ram

-Original Message-
From: Peter T Mount [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 2:19 PM
To: Adam Haberlach
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [JDBC] Re: [INTERFACES] First-time JDBC setup with Jakarta!
Whee!


Quoting Adam Haberlach <[EMAIL PROTECTED]>:

>   I could have sworn that we were splitting this list up,
> to move the PHP and JDBC stuff somewhere else, but I can't
> seem to find any reference to that on the web pages, so here
> goes.

[EMAIL PROTECTED] is the list. I'm cc'ing that list now.

I keep meaning to post an email about the new list to interfaces,
general & sql 
(as that's where JDBC stuff is still being posted).

>   I've installed Jakarta Tomcat, and have it running, and
> now I'm trying to get the postgres jdbc drivers installed.
> I think I did it right (put the files int he right place,
> cast the magic server.xml incantation, and now when I start,
> I get:
> 
> FATAL: configuration error
> java.lang.NoSuchMethodException: setContextManager

[snip]

>   Is it not finding my file, do I need better magic in the conf
file,
> or what?

Not sure. I've got tomcat installed at home, but that's about it. The
next step 
is to add the jdbc driver.

PS: I'm writing a couple of tutorials on getting the JDBC driver to work
with 
both Tomcat & Jboss (an OS EJB container, with some links to tomcat), so

hopefully, time willing by the weekend I may get the same exception as
you ;-)

Peter

-- 
Peter Mount [EMAIL PROTECTED]
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/




[JDBC] Re: [INTERFACES] First-time JDBC setup with Jakarta! Whee!

2001-02-20 Thread Peter T Mount

Quoting Adam Haberlach <[EMAIL PROTECTED]>:

>   I could have sworn that we were splitting this list up,
> to move the PHP and JDBC stuff somewhere else, but I can't
> seem to find any reference to that on the web pages, so here
> goes.

[EMAIL PROTECTED] is the list. I'm cc'ing that list now.

I keep meaning to post an email about the new list to interfaces, general & sql 
(as that's where JDBC stuff is still being posted).

>   I've installed Jakarta Tomcat, and have it running, and
> now I'm trying to get the postgres jdbc drivers installed.
> I think I did it right (put the files int he right place,
> cast the magic server.xml incantation, and now when I start,
> I get:
> 
> FATAL: configuration error
> java.lang.NoSuchMethodException: setContextManager

[snip]

>   Is it not finding my file, do I need better magic in the conf file,
> or what?

Not sure. I've got tomcat installed at home, but that's about it. The next step 
is to add the jdbc driver.

PS: I'm writing a couple of tutorials on getting the JDBC driver to work with 
both Tomcat & Jboss (an OS EJB container, with some links to tomcat), so 
hopefully, time willing by the weekend I may get the same exception as you ;-)

Peter

-- 
Peter Mount [EMAIL PROTECTED]
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/