• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How to store deployment plans to custom directory?

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All ,

I am deploying Jmsadapter.rar to weblogic 10.3.6 (admin)server which contains 2 managed servers.
Below is the command
java weblogic.Deployer -adminurl t3://${admin host}:${admin port} -remote -verbose -username ${user} -password ${password} -name JmsAdapter.rar -redeploy -upload -plan JmsAdapter_Plan.xml
The deployment plan JmsAdapter_Plan.xml is saved under domin home folder /appl/webuser/domains/DEV_Domain/JmsAdapter_Plan.xml.
Instead I want the deployment plan JmsAdapter_Plan.xml to be stored under a custom folder "jmsplan".. for example /appl/webuser/domains/DEV_Domain/jmsplan/JmsAdapter_Plan.xml

Can anyone let me know the steps to instruct the server to store the plain in certain directory?
Basically my idea is to have separate directory(jmsplan,adplam) for each plan types like JmsAdapter_Plan.xml and DBAdapter_Plan.xml?


Thanks in advance

Thanks,
Bob
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic