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.
- package application
war(web archive) file - put in
<tomcat_dir>/webappsfolder. - start tomcat using
<tomcat_dir>/bin/startup.bat
Comments
Post a Comment