Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: java.net.ConnectException

  1. #11
    Join Date
    Sep 2008
    Location
    India
    Posts
    12

    Default

    The build.properties file contains the following contents..

    appserver.home=D:/apache-tomcat-6.0.18
    appserver.lib=${appserver.home}/lib
    deploy.path=${appserver.home}/webapps

    tomcat.manager.url=http://localhost:8080/manager
    tomcat.manager.username=tomcat
    tomcat.manager.password=s3cret

    Still i'm having the same problem...

  2. #12
    Join Date
    Oct 2008
    Posts
    17

    Default

    I have same problem, please help!

  3. #13

    Default

    I have come across these sort of errors earlier... either they have to do with wrong configurations or tomcat not being started....
    Just check whether configuration correct and tomcat is started!

  4. #14
    Join Date
    Sep 2008
    Location
    India
    Posts
    12

    Default

    tomcat is not started... Can u give me solution...

  5. #15

    Default

    Quote Originally Posted by ram2206 View Post
    tomcat is not started... Can u give me solution...
    If you are using windows....... start -> program files -> Apache Tomcat 6 -> Monitor tomcat
    Then you will see the apache tomcat icon in the system tray... right click on it and select start...

    If you are using linux... execute startup.sh file in tomcat/bin directory..
    e.g. /usr/local/tomcat/bin/startup.sh

  6. #16
    Join Date
    Sep 2008
    Location
    India
    Posts
    12

    Default

    I am using Eclipse Ganymede. how to add tomcat server for this project?

  7. #17
    Join Date
    Jul 2012
    Posts
    1

    Default Make sure you have the following in your tomcat-users.xml file

    In your Tomcat directory make sure you edit the /conf/tomcat-users.xml

    <role rolename="manager-script" />
    <user username="*YOUR_TOMCAT_USERNAME*" password="*YOUR_TOMCAT_PASSWORD*" roles="manager-script"/>

    That should do the trick.

Posting Permissions

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