My Question is that i am using <image> tag in my servlet and
after compilation after that calling by url in my browser
then images are not showing. Sometime images are showing and
sometime is not showing. I am using Tomcat to run my
servlets.
Tell me if there any specification for image in servlets or
what is solution for this ??
Answers were Sorted based on User's Feedback
Answer / shailendra
because it will take http path not take directory path if
you gave <img
src="http://localhost:8080/UploadExample/upload...> like
that image will definity show.
| Is This Answer Correct ? | 2 Yes | 0 No |
what happens if we wont use destroy()?
How can we perform any action at the time of deploying the project?
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do
How the typical servlet code look like ?
What is servlet in tomcat?
What is difference between PrintWriter and ServletOutputStream?
What are the methods in HttpServlet?
What is use of parseQueryString?
Differentiate between the get and post method
request parameter how to find whether a parameter exists in the request object?
Why do you use session tracking in httpservlet?
What is the use of Servlets?