Author: hiranya Date: Thu Aug 13 01:55:37 2009 New Revision: 43340 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=43340
Log: Documentation update Modified: branches/esb/java/2.1.1/product/docs/xdoc/webapp_deployment_guide.xml Modified: branches/esb/java/2.1.1/product/docs/xdoc/webapp_deployment_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1.1/product/docs/xdoc/webapp_deployment_guide.xml?rev=43340&r1=43339&r2=43340&view=diff ============================================================================== --- branches/esb/java/2.1.1/product/docs/xdoc/webapp_deployment_guide.xml (original) +++ branches/esb/java/2.1.1/product/docs/xdoc/webapp_deployment_guide.xml Thu Aug 13 01:55:37 2009 @@ -128,6 +128,15 @@ cp -R /opt/software/wso2esb-2.1.1/webapps/ROOT/WEB-INF /opt/software/apache-tomcat-5.5.20/webapps/esb/ </pre> + <p> + Now, copy the org.wso2.carbon.server-2.0.1.jar in the lib directory of the WSO2 ESB distribution + to the lib directory inside the WEB-INF directory which you have already copied into the + Tomcat. + </p> + <pre>E.g.:- + cp /opt/software/wso2esb-2.1.1/lib/org.wso2.carbon.server-2.0.0.jar /opt/software/apache-tomcat-5.5.20/webapps/esb/WEB-INF/lib + </pre> + <h2>Step 6 - Configuring the WSO2 ESB</h2> <ol> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
