I am facing this issue with the servlet when i am trying to stream video file from the server. The code to server the file
I am using <error-page> element in web.xml to specify th开发者_开发知识库e friendly error page when user encounters a certain error such as error with code of 404:
I have a servlet which can accept upwards of two dozen different kinds of requests (called commands in the servlet).A very large conditional was created to service to these requests structured like th
I have an authorization frame displayed on every page and I want to keep that page displaying even if the user will choose to log in (using jstl tags i will simply put instead of this frame user info
I have a general question about using Servlet and JDBC. For instance, I have a class called MyDatabaseManager, which provides functions
I want to store a variable in session data, in a servlet. The servlet redirects the user to a 3rd party site, and from the 3rd party site user is sent to JSP page in same web app. I want to access a s
This question already has answers here: How can I upload files to a server using JSP/Servlet? (14 answers)
I have de following Form: <form action=\"/AppStore/publish\" method=\"post\" accept-charset=\"ISO-8859-1\">
I\'m trying to learn annotations. I currently have a webapp that runs an init() when the app is started in Tomcat.
I have a web application written using Java servlets. I am using Tomcat 7 as my servlet engine, but have used Glassfish previously and had the exact same issue.