• 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

ant build.xml for WLS?

 
Ranch Hand
Posts: 567
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anybody want to share their ant build.xml?
I've just moved from tomcat to weblogic and I'm going to have to adapt my build.xml so that ant will deploy my jsps, classes, jars etc to the right places in weblogic.
I'm having a few problems working out what is what with this WebLogic.
I'm deploying stuff into:
/usr/share/bea/user_projects/domain1/applications
Is that correct? Testing it, I see stuff in this directory in DefaultWebApps is basically the root. Where do I put other stuff for other apps? In directories alongside DefaultWebApp?
TIA!
[ December 02, 2002: Message edited by: Adam Hardy ]
 
Ranch Hand
Posts: 187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes.. the dir applications is similar to webapps in tomcat.
You should be able to use the same build.xml and just change global properties to point this dir.
You should also configure your webapp in the WL console.
 
Adam Hardy
Ranch Hand
Posts: 567
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks Zkr
reply
    Bookmark Topic Watch Topic
  • New Topic