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

Urgent:Shell Script to automate the deployment process on weblogic6.0

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to develope a shell script which automates the whole deployment process on weblogic6.0, rather say, trying to by pass console with added validations.I am using the command provided to manage various weblogic6.0 components.But, the problem is that when I am using these commands to create a new domain , it's showing "ok"..means , it is logically creating a new domain but not showing any physical existence, i.e a directory with the domain name in /WL_HOME/config and the config.xml ,which basically happens when we create a new domain from administrative console.In short, how to create a new domain from command line?
Avinash
 
Ranch Hand
Posts: 532
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you download the Weblogic 6.1 beta and look at the samples there, they use ant to build them all. It is a cool setup and definitely advantageous over build scripts.
 
Avinash Kumar
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jim,
I am going to build this script for proper validations other than that provided by weblogic 6.0.This is the main motto along with the automation of the process. Is that tool suggested by you would be useful for weblogic 6.0 ? as we are restricted to use only that.

Originally posted by Jim Baiter:
If you download the Weblogic 6.1 beta and look at the samples there, they use ant to build them all. It is a cool setup and definitely advantageous over build scripts.


 
Jim Baiter
Ranch Hand
Posts: 532
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not sure what you are asking but Ant is generic like make and you can add whatever validations you want to those type of scripts.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic