# the LiveSite Runtime installation directory on the production host.# this would translate into: /runtime/webopendeploy.runtimeHome=/usr/Interwoven/LiveSiteDisplayServices/runtime/web
I agree with interDev and we have created already a custom workflow to do this but autonomy consultant has reviewed the solution we provided to customer and they want use only OOTB PLC workflow to do this.
1. [...]Even thorugh I added these patterns still PLC workflow is deploying all the files to target. Please let me know if some one knows how to restrict these files.
2. [...] Even though it is atatched to job it is not getting deployed to target webserver. Please let me know if someone knows how can i deploy generated html file to target system.
This almost certainly means that you put your "Generate HTML" task *after* the "Attach Deployment Targets" task. The latter should come first.
This is a rare occasion where I'll agree with the Autonomy guy. There's really no reason to go custom on this when everything is already done for you.
as I'm pretty sure the Attach Dependencies task does come before the Generate HTML task in the OOTB PLC.
I am fine going with OOTB PLC but the thing is I want to publish the on the fly generated html files to target systems but PLC is detaching the generated html's from Production Deployment task.
Agreed, but I said "Attach Deployment Targets", not "Attach Dependencies"
Crank up the debug logging and figure out which task is doing the detaching and why. This is not standard/ootb behaviour.
However I have added one user task after prod deployment task and verified the attached files and the html files are still atatched to job.So generated html's are detached from job as I said earlier but some where in the java code or in configurations they are filtering those files.