| Author |
web.xml and struts-config.xml
|
p hasini
Ranch Hand
Joined: Oct 24, 2009
Posts: 92
|
|
We configure struts-config.xml in our web.xml.
Does it mean only web.xml file is read during container startup.
or does the container read both files during startup.
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
|
The container only reads the web.xml file. The sturts-config.xml is read by the struts framework. Also as far as I remember, it is not compulsory to declare struts-config.xml in web.xml. You just need to define the ActionServlet as a servlet...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
 |
|
|
subject: web.xml and struts-config.xml
|
|
|