• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Oracle Application Server 10g hot deploy

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

How can I do a hot application deploy with OAS?

I have found documentation that says that this functionality exists in a JDevelper-OAS setup.

Unfortunately I am not using JDeveloper.

With JBOSS and Weblogic it is possible to do a hot deploy by simply copying the application ear file into a specific server 'staging' directory - is the same possible with OAS or am I hoping for too much?

Thanks
Chris
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If I remember correctly you can only auto-deploy to standalone oc4j and not the the full application server.
 
Chris Brat
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm currently busy with dev work and thats specifically what I need the hot deploy for.

I have the single instanct of oc4j running on my local machine - will I be able to do the hot deploy with this setup?

Thanks
Chris
 
Ranch Hand
Posts: 129
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
why not make your application an ear an file and then there is a gui(web application) for deploying your ear file in the OAS 10g
 
Chris Brat
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I already have the application packaged as an
ear and am currently making use of the GUI to do
a manual deploy.

I rather want to include the 'hot deploy' as
an option in my ANT build script
so that it is done automatically - so
that I don't have to do anything.

Lazy but more efficient
 
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

You can use "dcmctl" command to deploy application.

go to dcm/bin and say dcmctl it will give you all options.
dcmctl deployapplication

thanks
Sandeep
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic