Laxma Reddy Dendi wrote:
Instead of deploying xindice.war under webapps, I want to integrate xindice with my existing webapp.
So far I figured that I need to change the server.xml that comes with xindice and put it in my
What server.xml? I don't see any.
webapp's WEB-INF folder. (also i need to put the jar's into my webapp's lib folder)
Yes.
Please let me know what else I need to do.
Same as for merging any other webapp: WEB-INF/classes, WEB-INF/web.xml, all other resources within WEB-INF folder.
Vadim