I have installed servoy and bundled postgresql9 in windows server2003 64bit. I am trying to copy the application server folder into a windows server 32 bit and when i run the database manually
mboegem:
64bit just won’t run on 32bit.
I suggest you take the proper way and do a normal install on the 32bit.
Note that you can’t even take the PG data folder and copy that.
To move the DB: create a full backup and do a restore on the 32bit machine.
Hi Marc,
What we are trying to achieve is create our Servoy application installer and get it running on both 32 and 64 bit architectures.
The installer just extracts Servoy folder will all its contents including the bundled database.
When the installer was compiled in a 64bit environment and then run on a 32bit machine, the installation could not start the repository.
Before we do all sorts of testing, are we missing any configuration settings for the server or database that prevent us from running Servoy on both architectures?
just like i said, we don’t copy the db of postgresql when you do an install
We generate it, we call initdb or something like that.
Its not that the default database files are already in the installer… thats all on the fly generated by the installer.
jcompagner:
just like i said, we don’t copy the db of postgresql when you do an install
We generate it, we call initdb or something like that.
Its not that the default database files are already in the installer… thats all on the fly generated by the installer.
Is it possible to build our own installer(using izpack) that contains the following steps.
automated script of installing the application server. is the servoy-izpack installer open-source? i have izpack installed on my machine.
create database connections. how does servoy encrypt the password to save in servoy.properties? if i choose connect to existing database, the driver available to me is postgresl only. i needed to run developer and connect to existing database to have the entries(driver,url,username,password)
add in plugins and sign them
automate importing the solution. is this possible?
jcompagner:
just like i said, we don’t copy the db of postgresql when you do an install
We generate it, we call initdb or something like that.
Its not that the default database files are already in the installer… thats all on the fly generated by the installer.
Is it possible to build our own installer(using izpack) that contains the following steps.
automated script of installing the application server. is the servoy-izpack installer open-source? i have izpack installed on my machine.
create database connections. how does servoy encrypt the password to save in servoy.properties? if i choose connect to existing database, the driver available to me is postgresl only. i needed to run developer and connect to existing database to have the entries(driver,url,username,password)
add in plugins and sign them
automate importing the solution. is this possible?
thanks!
The Servoy installer is not intended to be used like this. Servoy installer is not open source at this point. I guess what you say here is possible (one way or another) but not recommended.