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 is the ServletConfig() and what is its use?
In howmany ways applet-servlet communication can be done?
How can you maintain servlet chaining?
What do you mean by url pattern in servlet?
What is the type of method for sending request from http server?
What is webservlet?
Why doesn’t a servlet include main()?
What is the purpose of dispatcherservlet properties?
How can you use a servlet to generate a plain text instead of html?
can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans
When a servlet accepts a call from a client, it receives two objects. What are they?
Explain the architechure of a servlet?