Subject Re: Beta 1 release of pure Java JCA-JDBC driver
Author rrokytskyy
Hi,

> I just downloaded the driver and in going through the docs it
> shows the driver connecting through port 3050.
>
> When I installed interserver it specified port 3060.
>
> Does the driver use a different port, and if so, do I need to put
> an entry for port 3050 in my /etc/services file?

This driver is type 4 JDBC driver, that means that it uses native
wire protocol to talk directly to database server. Firebird/InterBase
server listens on 3050 by default. You do not need to run InterServer
if you are using this driver. Entry for 3050 should be already there
and belong to gds_db

Best regards,
Roman Rokytskyy