Results 1 to 2 of 2

Thread: Can't start tomcat with Ant

  1. #1
    Join Date
    May 2005
    Posts
    7

    Default Can't start tomcat with Ant

    I am using the SpringLive book to learn the subject but I can't start tomcat from Ant as I get an error "java.net.ConnectionException:Connection refused:connect"
    I do have the username and password as admin in both the build.properties file and tomcat-user.xml file. Please advice how to fix this error.

    thanks

    Syed

  2. #2
    Join Date
    Aug 2004
    Location
    Toulouse, France
    Posts
    148

    Default

    "Connection refused" rather refers to a network port problem, not a credential one. Double check the port settings on both side to make sure they match.
    Olivier

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •