Yes, I could see my application deployed on Tomcat Manager webpage , only when i am manually placing .war file to /webapps.
But I can not see application deployed, if I try to do deploy from Eclipse. Neither console is giving any error message.
Secondly,
Say if i go for manual option, while deploying through Tomcat Manager, correct URL is not gettign formed.
i.e. I have URL defined llike this in my wsdl file
<wsdlsoap:address location="http://localhost:8080/testService2/services/HelloService"/>
whereas, when i deploy it, the URL shows :
http://localhost:8080/testService2/
I think somewhere other than wsdl file, i need to specify "the left over URL paramaters"
Can anyone please please help me.