Hi, i Developed web service using (tomcat) eclipes IDE ,(it create wsdl automatically )than i export the web services project into .war file.now i need to run the .war file,hence i put the .war into tomcat webapps directory.But it not run (it dont show ary error).so please explain what are the step to configure the server for run the .war file.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35232
7
posted
0
Welcome to JavaRanch.
Is this a web service-specific problem? Meaning, can you deploy other war files without problem? Is Tomcat set up to autodeploy war files dropped into the webapps directory?