I think that would work ok. The other option is to have three distros :-) 1) standalone (like today) 2) tomcat WAR (just WAR) 3) Complete - samples, etc + WAR file in one ZIP
Paul On 8/8/07, Asankha C. Perera <[EMAIL PROTECTED]> wrote: > Paul has pointed out that we have a bit of a complex WAR distribution > right now to support the sample clients, services and the embedded Axis2 > instance. So, would like to check from our users if they would be > willing to let go of the samples for a simpler WAR distribution... > > Standalone Distribution => synapse-1.0.1-bin.tar.gz > - extracts exactly like the Synapse 1.0 release and behaves exactly the > same > > WAR distribution => synapse-1.0.1.war > - will not ship sample clients, services or an embedded axis2 server > - once loaded into Tomcat etc, the user should edit the > synapse.xml/axis2.xml within the WEB-INF/conf and also supply an > external directory as the registry root if required > > asankha > > indika kumara 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 > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Paul Fremantle Co-Founder and VP of Technical Sales, WSO2 OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
