Re: run wsadmin from a remote webspehre

2016-11-01 Thread vinaymurthy muluka
Hi Andy, Even I have a similar situation, project code files are in the local machine and build scripts too. I see that build.xml file has IBM WAS java path set , here I have to place the remote IBM WAS java path if I place the remote WAS path , will it work? or is there a way to get it work

Re: run wsadmin from a remote webspehre

2013-01-17 Thread simo
Thanks for the response. But I don’t know how can I do to install this thin client in my Jenkins host pc. I copied two jars into my job, and from Jenkins system configuration I do this:

Re: run wsadmin from a remote webspehre

2013-01-17 Thread Andy Van Den Heuvel
Simo, WebSphere Application Server has an Administration Thin Client that you need to install on the jenkins host pc. Since this is proprietary software, it cannot be included in the plugin. As a sidenode, I would suggest to write your script in jython, because jacl scripts are deprecated On

run wsadmin from a remote webspehre

2013-01-17 Thread simo
Hello everybody, I have a problem with the plug-in “WAS builder plug-in”. My goal is to create jacl script from a Jenkins job to deploy an “ear” in a remote Websphere, for that, I installed “WAS builder plugin” and I configured