1 Replies Last post: 18-Mar-2013 18:22 by Mark Vedder  
Sebastian Lillo Newbie 3 posts since
17-Mar-2013
Currently Being Moderated

17-Mar-2013 23:00

Running web service and servlet in web application

How can I run simultaneously a web service and a servlet in the same web app ?? I created the project, created a test web service (that listens in http://localhost:9000/HelloWorld) which works fine, but when I created a servlet in the same project, I can't test it from a browser.

Mark Vedder Apprentice 811 posts since
10-Dec-2003
Currently Being Moderated
18-Mar-2013 18:26 in response to: Sebastian Lillo
Re: Running web service and servlet in web application

This sounds like a configuration problem in your deployment descriptor (i.e. web.xml) file. We would need to see that file to assist you.

More Like This

  • Retrieving data ...