简体   繁体   中英

Eclipse Tomcat Depolyer plug in error

I downloaded Tomcat Deployer so i could deploy remotely to my tomcat server, when insert all the correct details it ask for such as:

  • Manager URL
  • Username/Password
  • URL of sync App

when i try to deploy i keep getting this error:

Failed to deploy: com.caucho.hessian.client.HessianRuntimeException: java.net.ConnectException: Connection refused: connect
Projecct [HFJSe] deploy completed.

And nothing is deployed.

If there anything i need to do on my Tomcat server?

The error states that the target machine is refusing the connection, so you'll need to check the following information:

  • The URL is correct (I know you've stated it, but the URL should be in the format of http://{host}:{port}/TomcatHelper (from what I understand in the documentation)

  • That if there is a configuation file, that the port is configured appropriately

  • The target server has that port open to accepting connections

  • Your username and password is correct

  • If your "remote" server is on the same local machine, use your loopback address (ie localhost

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM