I am using Apache Tomcat 7.0 for web-service deployment and eclipse IDE.I have made the web service using eclipse but when i close eclipse and try to use the web service it gives an error while giving the result stating
exception: java.net.ConnectException: Connection refused: connect
but when i start eclipse and start the tomcat localhost server(i.e clicking Run Tomcat Server at localhost) from eclipse then the web service works fine and give the result as it should. How to use the web-service without starting eclipse and just starting tomcat 7.0 normally.