• 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

Jenkins configuration for EAR deployment in WAS server

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to deploy an ear in LOCAL Websphere Application Server v 8.5.x.x using Jenkins.

I have installed the below 2 plugins
Jenkins WAS Builder Plugin
Jenkins Publish Over SSH Plugin

In Jenkins configuration, I have added WAS Installation.
When entering the server details
Host: I am getting "The host can't be reached" message.

The host that I am giving is responding successfully in command prompt when used as a parameter with wsadmin.bat file.
"Connected to process serverNamexxx" message in command prompt.

Please help me understand
How to configure host in Jenkins
How to deploy ear in Jenkins for a WAS server

Thanks
Archana
WAS_Jenkins.PNG
[Thumbnail for WAS_Jenkins.PNG]
 
Archana Honnavalli
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can someone please tell me the procedure to deploy ear in websphere using jenkins?

I am getting issues when connecting to my local websphere.
"Host cannot be reached"

I have server up and running and also i am able to log in to console.


Same issue "Host cannot be reached" with server, although server is running and console is able to logged in.
 
reply
    Bookmark Topic Watch Topic
  • New Topic