Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

In web.xml file instead of *.do can i write *.ibm, Specify
with example

Answer Posted / manna

Like all are answered ....my answer is also same YES

but there are some configuration changes

in web.xml

<servlet-mappings>
<servlet-name>testServlet</servlet-name>
<url-pattern>*.ibm</url-pattern>
</servlet-mappings>

in struts-config.xml

in every action mapping, when you want forward request

you need to configure with path name like

testServlet.ibm instead of testServlet.do

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of @before annotation?

1067


What is the purpose of @emailvalidator annotation?

1070


how does request processor relates to action mapping?

963


What is pojo in struts2?

1069


In which order struts framework searches for a message bundle?

993


Which components are available using actioncontext map?

1216


What is struts in java with example?

1005


how to debug struts project in netbean ?

2418


Which class of struts is responsible to converts data types from string and vice versa?

1139


What’s the utilization of struts.xml configuration file?

986


Explain architecture of struts2?

1158


How to combine the struts with velocity template?

1003


Name the different types of actions found in struts.

1050


Give an example where struts tiles may be used?

1056


How to upload struts file?

1064