In web.xml file instead of *.do can i write *.ibm, Specify
with example
Answer Posted / naveen.bav
Yes, you can write but that URL should map to a particular
servlet in web.xml and make sure that it should not map to
multiple servlets with the same URL pattern.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What is struts2 framework?
What does action do in struts?
What is role of actionservlet?
Can you explain struts validator framework?
How do I access token?
What is actioninvocation in struts2?
What is the difference between requestaware and servletrequestaware interface?
Explain how to work with error tags?
How struts 2 validation works?
Why was reload removed from struts (since 1.1)?
What is declarative exception handling in struts?
Explain the core end goal while using java struts?
What are the pros of struts 2?
Which file is used by controller to get mapping information for request routing?