• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

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
 
Are we home yet? Wait, did we forget the tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic