| View previous topic :: View next topic |
| Author |
Message |
javatech
Joined: 19 Jan 2007 Posts: 39
|
Posted: Wed Nov 19, 2008 5:15 pm Post subject: more than one WEB-INF and web.xml in web application |
|
|
Hello friends
I am making a web application, in my web application i am using a deployment descriptor WEB-INF/web.xml. This is my own web.xml. Today it was enough and i was using struts in my application. After client requirement grown in my project, i have to use forum and other open source software like blogs. Forum and blog have different and separate WEB-INF descriptor so i cannot use this in my old application. This is nightmare for me now. I have to keep all things separate. One change in my application and implementation in client side needs to do big hardwork. And Need to do lot of configuration in implementation of application.
So i want to use more than one WEB-INF OR web.xml file in same web application. Please give me right procedure to use more than one web.xml or WEB-INF in my application. |
|
| Back to top |
|
 |
seniormember Site Admin
Joined: 20 Jul 2008 Posts: 77
|
Posted: Sat Nov 22, 2008 5:32 am Post subject: |
|
|
I dont think we can use more than one web.xml in single application.
One application allows only one deployment descriptor. |
|
| Back to top |
|
 |
|
|