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

deploy a war file in websphere 6.0

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

can you please help me in deploying a war file in websphere 6.0
without using any IDE
 
author & internet detective
Posts: 42102
933
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
Kathirvel,
Welcome to JavaRanch!

Are you asking about creating a war file (which can be done through Ant/Maven, an IDE or by hand) or deploying it (through the WebSphere admin console or scripts) ?
 
Ranch Hand
Posts: 495
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by kathirvel Natesan:
hi,

can you please help me in deploying a war file in websphere 6.0
without using any IDE



I was about to ask the same question, I know how to deploy a war file through the admin console, Please is there a folder where i can just put the war file and it would be automatically deployed and another question is how do i deploy using scripts
 
Jeanne Boyarsky
author & internet detective
Posts: 42102
933
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

Originally posted by Abiodun Adisa:
Please is there a folder where i can just put the war file and it would be automatically deployed


No. For a new war file, you have to use the admin console or a script so WebSphere knows to look for it.

Originally posted by Abiodun Adisa:
how do i deploy using scripts


You could write a JACL script to automate anything that can be done using the admin console. IBM provides some examples.
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jeanne Boyarsky:

You could write a JACL script to automate anything that can be done using the admin console.


IBM is now recommending that you use Jython (Python with the ability to call java classes) as the language for writing scripts. JACL is still supported, but there have been hints that it may not be in future releases.
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Speaking of JACL...

Here are a few JACL scripts I collected and threw on my website. There maybe one or two in there that might help you.

JACL Scripts for Automated Deployment to the WebSphere Application Server

Enjoy!

-Cameron McKenzie
[ September 09, 2008: Message edited by: Cameron Wallace McKenzie ]
 
Rototillers convert rich soil into dirt. Please note that this tiny ad is not a rototiller:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic