Hi,Iam working on TS 6.5 SP-3 on Solaris 9. In our project we have a requirement to generate JSP pages using PTs and deploy these JSPs through OD to a weblogic application server (WL 9.2 on Sol-9). We also develop static JSPs and java classes which has business logic and maintain this code in CVS. Anthill pulls the java code from CVS repository and deploy to application server as an .ear file..ear has both static and dynamic content , static content is pushed from CVS repository and dynamic content should be pushed from Teamsite. We are facing difficulty in configuring the Opendeploy target path for deploying the dynamic JSPs as we don't have a physical location on the target server to deploy.One way i can think of is exploding the ear file so that i get a physical location in the weblogic server for OD to deploy the dynamic JSP files. Is there any efficient way to handle this scenario?Have you handled this scenario before? Any pointers?Thanks,Arun.