Re: reply for this question



On Dec 2, 10:42 pm, shyam <shyamkum...@xxxxxxxxx> wrote:
question :can we change .do extension in struts? if we can where do we
change that?

reply urgently........

Is this for a job interview ?

Anyway, yes you can. In web.xml, where it says

<servlet-mapping>
<servlet-name>action</servlet-name>
<url-pattern>*.do</url-pattern>
</servlet-mapping>

Change it to any extension you want to use.

-cheers,
Manish
.