| Author |
more than one web.xml
|
jacob deiter
Ranch Hand
Joined: Apr 02, 2008
Posts: 576
|
|
|
I am working in JEE web application,in that I can find many web.xml.I little bit confused about,as far as my understanding, in web application only one web.xml can exist.is it possible?.Anyone please explain about in detail ,
|
 |
Yves Zoundi
Ranch Hand
Joined: Aug 31, 2008
Posts: 47
|
|
|
One thing you want to do is read some more tutorials before starting to develop web applications.
|
Author of VFSJFileChooser and XPontus XML Editor
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26497
|
|
Jacob, A web application can have multiple web modules (war files). Each web module has a separate web.xml.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: more than one web.xml
|
|
|