Hi,
I am going through the tutorial at http://www.springframework.org/docs/...ep-Part-1.html and I am trying to run the ANT directives for controlling tomcat ... eg, ant start . I copied the build.xml file verbatim. Here is the shell input/output.
C:\dev\springapp>ant start
Buildfile: build.xml
start:
BUILD FAILED
C:\dev\springapp\build.xml:103: java.net.ConnectException: Connection refused: connect
Any suggestions/thoughts on the problem could be?
Thank you,
Gene


Reply With Quote