Home
TeamSite
Data deploy while deploying JSP
Sangee_ganesan
Is it possible to do datadeploy (DCR contents to Database) while deploying the JSP?
i have done data deploy from DCRs.
Now i want to insert some fields from DCR to database while deploying the generated JSP.
I dont know this is possible or not.
If it is not possible, could anyone advise the way it can be achieved.
Thanks in advance.
Find more posts tagged with
Comments
iwovGraduate
You can deploy data from DCRs to a database and deploy files (JSPs). Its fairly well documented in the DataDeploy Admin Guide. What version of OD/DD/TS are you using?
Sangee_ganesan
Thanks..
i am using Standalone deployment. Is it possible to do synchronized deployment of file and deployment of data to database? I checked the document, the synchronized deployment is possible for target side deployment
not for standalone deployment.
Do i have to execute two commands one for file deployment and other for data deploy.
could you please advice if i am wrong.
Bill Klish
We deploy to a database and send files to an application server within the same deployment all the time, so this is possible.
What version of OD are you using?
Sangee_ganesan
i am using OD 6.0.1 version Teamsite 6.5 version
RajatChopra
In a simple approach you can use the OD script to deploy the JSP and then use Deply n Run to execute the data deploy script.