• 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

JSP Newbie stuck in the woods

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I get this error when i try to install my sample web app with the ant tool
java.net.UnknownHostException: D.
the command i use is
The error seems to be in my build file at the following line

however i've left it as the default which is the "build" folder created when compilation takes place.
Additional Info: I haven't changed anything in the server.xml and my firewall is up when i run run this command
Please help if you know what's going on!
 
Eddie Long
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Solved the problem only to reveal another!
should be but now the error i get is
Has anybody seen this error before while deploying a web app?
thanks in advance
 
Eddie Long
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Solution Found!
In the build.xml the following line needs to be added...

and in the install target
becomes
<install url="${manager.url}"[/code]
Just in case anybody runs into the same problems
[ January 11, 2004: Message edited by: Eddie Long ]
[ January 11, 2004: Message edited by: Eddie Long ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic