Hi,
ive been developing a system usung servlets but i cant seem to be able to deploy multiple servlets with the same web.xml file.
The 1st page/servlet can open but for some reason the second one is downloaded (i.e. brings up the download prompt like when ur downloading a document).
this forces me to develop each under a seperate project and deploy them seperately.
Anyone know how i can prevent/correct this.
Am using the ant deployment tool in JCreator.