eclipse - Web-Service Deployment Error -


i using apache tomcat 7.0 web-service deployment , eclipse ide.i have made web service using eclipse when close eclipse , try use web service gives error while giving result stating

exception: java.net.connectexception: connection refused: connect

but when start eclipse , start tomcat localhost server(i.e clicking run tomcat server @ localhost) eclipse web service works fine , give result should. how use web-service without starting eclipse , starting tomcat 7.0 normally.

  1. package application war (web archive) file
  2. put in <tomcat_dir>/webapps folder.
  3. start tomcat using <tomcat_dir>/bin/startup.bat

Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -