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

URGENT - Query on wldeploy

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to deploy from a windows machine to a Linux box.
I have created an ear on my windows machine and am using the <wldeploy> task to deploy this ear on the Linux box.
The Linux box has WLS 8.1 installed on it. There are two servers running on the box under myDomain. One is the admin server(port 7001) and the other is the managed server(port 6666).
The following is the script that I have written for wldeploy
<target name="deploy">
<wldeploy action="deploy" source="myear.ear" name="myear" user="system" password="weblogic" adminurl="t3://${linux.server.ip}:7001" />
</target>
My questions are :
1. Will this work at all ? Can I deploy from a windows machine to a Linux box using <wldeploy> ?
2. Should the port mentioned in adminurl be 7001 or 6666 ?
Any help in this regard will be greatly appreciated.
Thanks in advance.
-Amber
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic