Questions tagged [servlet-container]

For questions regarding servlet-container

78 questions
-1
votes
1 answer

How can I correctly map an external folder into the Tomcat server.xml file using the context path?

I am not so into Tomcat configuration and I have the following doubts: The server.xml configuration file of my Tomcat 7 contains this section:
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
-1
votes
1 answer

servlet container vs app server - in commercial use

According to https://stackoverflow.com/a/5039371/769384, which clearly states the difference between servlet containers and app servers, it seems that a web container such as Tomcat should not be widely used in enterprise applications. Lots of…
ducin
  • 25,621
  • 41
  • 157
  • 256
-3
votes
1 answer

HTTP error 404 while running my servlet page meant for downloading Long BLOB file from database using JSP and servlet

This is my JSP page which displays a table and redirects to the url of servlet. The error which I am receiving when I click on "save" button is "HTTP Status 404- Not Found". PS. I have also made another jsp and it's servlet to upload files using…
Lollander
  • 11
  • 6
1 2 3 4 5
6