• 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:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

dcmctl: creating parent-child application

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Folks
while using 9iAs in development envirnoment ( windows 2000 server) i just go and change the <9iAS>j2ee/home/config/server.xml file to make an application child of other application. something like:

now in production we are using "dcmctl" utility to deploy applications using hte commmad

any help/pointers/suggestions how to tell dcmctl to make the application a child application?
thanx in advance.
Raza
 
syed mraza
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi folks
well no body replied to this i wonder how many ppl out there r realy using J2EE architecture and tht is on 9iAS .
anyways after so much trail and error and oracle support (un)help which includded redepolying chainge the server.xml file and updateConfig nothing works.
and wht worked? its simple "-parent App" switch which is not documented.
so it wud go like this
"dcmctl -f parentApp.ear -a parentApp -co myComponent"
once its done all u have to do
"dcmctl -f childApp.ear -a childApp -co myComponent -parent cisrs"
Thats it.
Raza
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just registered to thank you for the info.
The -parent option is exactly what I needed and could not find searching on google.

Many Thanks.
 
author & internet detective
Posts: 42173
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mohammed,
Welcome to JavaRanch! I'm glad to hear you found the answer you needed.

Hope to see you around these parts in the future,
Jeanne
Oracle Forum Bartender
reply
    Bookmark Topic Watch Topic
  • New Topic