Could you explain a bit more why this modification to the server.xml is necessary? I'm sure there's a good reason, just it would be a lot more user friendly if we could find a way to avoid it.
...ant On 8/8/07, indika kumara <[EMAIL PROTECTED]> wrote: > > 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 > > >
