• 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

How to Use the ANT tool in JBoss2.2.5 Application server

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using JBoss3.2.5 server to deploy my jsp,servlet and ejbs.Just now i started to use.Here in the help they are using "ant" tool from the command prompt to deploy all the applicaion.But i couldnt able to run that tool.Can you anyone please help me out.
Regards,
MuthuRamTamilSelvan.
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Muthu

You didnt tell what is the error it is giving?
First check , you have ANT on your system, and the ANT_HOME set in your enviornment variables.
After checking this tell me the error you are getting

Best Regards
Pankaj Narang
 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ram,
If you have ANT in your C:\ folder (in case of WINDOW);
say C:\ANT1.6.1 . Then in path varible you must specify
PATH=%PATH%;C:\ANT1.6.1\BIN
And no doubt you need to have set JAVA_HOME too.
Say if you have java installed in C:\j2sdk1.4.2_04, then should have set JAVA_HOME environment varible to C:\j2sdk1.4.2_04\bin .

Hope it may help you !
 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can dowload apache ant from http://ant.apache.org/
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

But i couldnt able to run that tool



It would help if you post the error message.
 
I'm all tasted up for a BLT! This tiny ad wants a monte cristo!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic