Subject Re: jsp and InterClient
Author zoops4
Hi Rick,

First, thank you for your reply, it looks I am at the right place.

I am using Tomcat 4.1 as servlet container and I just downloaded and
installed JayBird following instruction in FAQ. I modified
tomcat4/conf/server.xml and added <Realm
className="org.apache.catalina.realm.JDBCRealm"... as they suggested
in JayBird FAQ. After I exported CLASSPATH, Tomcat starts and stops
fine, so I am assuming everything is configured properly.

Now, I am at the point where I need jsp example with the connection
string to InterBase or Firebird database.

Vid

--- In Firebird-Java@yahoogroups.com, "Rick Fincher" <rnf@t...> wrote:
> Hi Vid,
>
> You would be better off using JayBird rather than Interclient. If
you
> download JayBird from the Firebird project on SourceForge you can
read the
> FAQ there.
>
> Once you have that (or even with Interclient) the only that that
really
> changes is the driver name.
>
> What type of servlet container are you using for JSP's? (Tomcat?).
Exactly
> how you set things up depends on the server.
>
> Give us some more details and we can try to help.
>
> Rick
> ----- Original Message -----
>
> > Hi,
> >
> > I hope this is the right place to post my question.
> >
> > I am trying to connect jsp pages to InterBase database using
> > InterClient JDBC. It seams to me that internet resources are very
> > reach when it comes to examples of how to make a connection
between
> > jsp and any other database (Oracle, MySQL,...) but when it comes
to
> > InterBase or Firebird (which in my opinion will be very similar
if not
> > the same) examples are not there at all. I hope that some of the
> > folks here would be able to help me. What I am looking for is an
> > example of jsp page that uses connection string to display data
from
> > InterBase or Firebird database.
> >
> > Thanks,
> >
> > Vid B.