Hi all,
I don't understand which is the way to configure the deployment for the development enviroment.
At the moment i have this configuration..
opendeploy.properties:
# the LiveSite Runtime installation directory on the production host.
# this would translate into:
/runtime/web
opendeploy.runtimeHome=/IWStore/appserver/bea
database.properties:
# the development database schema connection info
development.driverClassName=oracle.jdbc.driver.OracleDriver
development.url=jdbc
racle:thin:@ensv14de.eni.pri:1721:RTEIPRE
development.username=livesite
development.password=livesite
# the production database schema connection info
production.driverClassName=oracle.jdbc.driver.OracleDriver
production.url=jdbc
racle:thin:@ensv11vr.eni.pri:1622:RTEIPRD
production.username=livesite
production.password=livesite
odbase.xml:
...........
node name="LiveSiteRuntime" host="ensv11va" port="20014"
.......................
This is the configuration for the deployment on the target filesystem and db for our enviroment production.
For the db configuration i specified the DB in the database.properties but where i have to specify the configuration fot the filesystem deployment?