Subject | Re: [firebird-support] How to have both Firebird 1.5.2 and 2.0 beta running on the same machine? |
---|---|
Author | Nando Dessena |
Post date | 2005-12-08T12:54:23Z |
Hello,
m> I want to have both Firebird 1.5.2 and Firebird 2.0 beta running on
m> the same machine. What modification of the configuration files do I
m> have to do to have them both running with their own databases?
- don't register Fb2 as a service - run it as an application.
- change the RemoteServicePort in Fb2's config file, and set
CreateInternalWindow to 0 in both config files (Fb1.5 and Fb2). AFAIU
Fb2 is not supposed to use this last one, but just in case...
- run Fb2 manually using this command file:
set FIREBIRD=<path>
<path>\bin\fbserver.exe -a
where <path> is the path in which you have installed Fb2.
You could run it on startup/login if you wish.
HTH
--
Nando Dessena
======================================================
I support Firebird, I am a Firebird Foundation member!
Join today at http://www.firebirdsql.org/ff/foundation
======================================================
m> I want to have both Firebird 1.5.2 and Firebird 2.0 beta running on
m> the same machine. What modification of the configuration files do I
m> have to do to have them both running with their own databases?
- don't register Fb2 as a service - run it as an application.
- change the RemoteServicePort in Fb2's config file, and set
CreateInternalWindow to 0 in both config files (Fb1.5 and Fb2). AFAIU
Fb2 is not supposed to use this last one, but just in case...
- run Fb2 manually using this command file:
set FIREBIRD=<path>
<path>\bin\fbserver.exe -a
where <path> is the path in which you have installed Fb2.
You could run it on startup/login if you wish.
HTH
--
Nando Dessena
======================================================
I support Firebird, I am a Firebird Foundation member!
Join today at http://www.firebirdsql.org/ff/foundation
======================================================