No, this is not currently possible. I believe Servlet 3.0 adds support for web.xml fragments, which is likely what you want.
On Mon, Dec 7, 2009 at 8:03 AM, Prashant <[email protected]> wrote: > Hi, > > I have some (eclipse) projects which extend a main project, in other words, > a project is sharing its source with all other projects (using junctions). > Hence, projects can use main project's source as if it belong to itself. The > advantage is that I can update main project's source in any project and it > gets updated in all apps, but not everything, if I add a new servlet I need > to manually append that servlet's mapping to each project's web.xml . Is any > way, like, I keep one web.xml for my main project and one web.xml for child > project (i.e. splitting web.xml into two files) and while in deploying > project App Engine use both web.xml files to build servlet mappings ? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
