• 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

Configure a weblogic domain using ANT?

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

how to configure a new weblogic domain using ANT

while im using wlserver task im getting plenty of errors like noclassfounderror

java.lang.NoClassDefFoundError: weblogic/utils/NestedException

i have a weblogic.jar file i placed it in ant/lib directory but when i placed there its generating the above

My question is 1)what are the jars required to perform weblogic tasks? 2)sample code to configure a new weblogic domain

Kindly anyone help me

Any help is greatly aprized
reply
    Bookmark Topic Watch Topic
  • New Topic