hi all I had already done required changes to the synapse code base and also those changes had already committed. I have tested only it in the tomcat .All the things have to do ,in order to deploy the synapse as a web application are
1. edit the server.xml of the tomcat add a context to the host <Context path="/synapse" docBase="@synapse.home@"/> 2. add the synapse.home as an init-param to the StartUpServlet web.xml file is located in @synapse.home@/webapp/WEB-INF/web.xml synapse.home – absolute path to the synapse binary distribution. thanks indika
