• 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:

To Websphere GURUS:IBM websphere Advanced Edition 4.0.3

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
In single server Edition i was able to use the following command line utility to deploy my application.
d:\WebSphere\AppServer\bin\seappinstall -install
D:\WebSphere\AppServer\installableApps\Samples.ear -interactive false
-configFile d:\WebSphere\AppServer\config\server-cfg.xml
Now in this edition this is not avaliable.
Can any one tell me how to use above command in
"IBM websphere Advanced Edition 4.0.3"
Thanks
Raj
 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
in advanced edition the seappinstall command line tool is not provided instead u can use wscp.bat to deploy ur application or u can deploy it through the admin console
 
Ranch Hand
Posts: 217
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Or write xml file, and use XMLConfig to deploy. You have more options,
Check out WAS 4.0 Handbook on www.redbooks.ibm.com
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic